Shades of Emerald #64CB7F
Tints of Emerald #64CB7F
RGB
CMYK
RGB Variations
Color information
#64CB7F (or 0x64CB7F) is known color: Emerald. HEX triplet: 64, CB and 7F. RGB value is (100,203,127). Sum of RGB (Red+Green+Blue) = 100+203+127=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CB7F is #9B3480. Grayscale: #A3A3A3. Windows color (decimal): -10171521 or 8375140. OLE color: 8375140.
HSL color Cylindrical-coordinate representation of color #64CB7F: hue angle of 135.73º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CB7F is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 127 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.20 |
| HSL | 135.73º | 0.5% | 0.59% | - |
| HSV(B) | 135.73º | 0.51% | 0.8% | - |
| XYZ | 30.44 | 46.95 | 27.54 | - |
| YUV | 163.54 | 107.38 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 127 | 0.51 | 0 | 0.37 | 0.20 | 135.73 | 0.5 | 0.59 |
| Hex | 64 | CB | 7F | 33 | 0 | 25 | 14 | 88 | 32 | 3B |
| Octal | 144 | 313 | 177 | 63 | 0 | 45 | 24 | 210 | 62 | 73 |
| Binary | 1100100 | 11001011 | 1111111 | 110011 | 0 | 100101 | 10100 | 10001000 | 110010 | 111011 |
Color Harmonies of #64CB7F
Complementary color
Monochromatic Colors of #64CB7F
Black with #64CB7F
Text Example
Text Example
White with #64CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CB7F; }
p { color: rgb(100,203,127); }
H1.HeaderClassName
{
color: #64CB7F;
}
.AnyTagClassName
{
color: #64CB7F;
}
</style>
background-color css
<style>
a { background-color: #64CB7F; }
a { background-color: rgb(100,203,127); }
div.DivClassName
{
background-color: #64CB7F;
}
.BgClassName
{
background-color: #64CB7F;
}
</style>
border-color css
<style>
span { border-color: #64CB7F; }
span { border-color: rgb(100,203,127); }
td.TdClassName
{
border-color: #64CB7F;
}
.TagClassName
{
border-color: #64CB7F;
}
</style>