color details

Color Details
#64ae64 Color Hex

#64ae64 color RGB value is (6, 74, 230).
#64ae64 hex color red value is 6, green value is 74, and blue value is 230.
Cylindrical-coordinate representations (HSL) of color #64ae64 hue: 221.79, saturation: 0.95 and lightness: 0.46.

The process color (four-color CMYK) of #64ae64 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #64ae64 is #ff9999. Color #64ae64 contains mainly RED.

Color Spaces
Color spaces of #64ae64Value
RGB100, 174, 100
HSL0.33, 0.31, 0.54
HSV120°, 43°, 68°
XYZ22.69, 33.9, 17.4
Base Numbers
Base Red Green Blue
Binary 1100100 10101110 1100100
Octal 144 256 144
Decimal 100 174 100
Hex 64 AE 64

RGB Percentages for Color #64ae64

26.74%
46.52%
26.74%

CMYK Percentages of the Color #64ae64

42.53%
42.53%
31.76%
CSS Codes for Color #64ae64
.mybgColor {background-color: #64ae64;}
.myforeColor {color: #64ae64;}
.myborderColor {border:3px solid #64ae64;}
Text Font Color #64ae64

<p style="color:#64ae64">Text here</p>

This sample text is styled with the font color #64ae64. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #64ae64

<div style="background-color:#64ae64">Div content here</div>

The background color of this div is #64ae64
Border Color #64ae64

<div style="border:3px solid #64ae64">Div here</div>

The border color of this div is #64ae64
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(100, 174, 100, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #64ae64;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #64ae64;
-webkit-box-shadow: 1px 1px 3px #64ae64;
box-shadow: 1px 1px 3px #64ae64;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100, 174, 100, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #64ae64;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #64ae64; -webkit-box-shadow: 1px 1px 3px #64ae64; box-shadow: 1px 1px 3px #64ae64;">Div content here</div>

This div box has a shadow with a specified color. #64ae64

Scroll to Top