Shades of Fern #64CB75
Tints of Fern #64CB75
RGB
CMYK
RGB Variations
Color information
#64CB75 (or 0x64CB75) is known color: Fern. HEX triplet: 64, CB and 75. RGB value is (100,203,117). Sum of RGB (Red+Green+Blue) = 100+203+117=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #64CB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CB75 is #9B348A. Grayscale: #A2A2A2. Windows color (decimal): -10171531 or 7719780. OLE color: 7719780.
HSL color Cylindrical-coordinate representation of color #64CB75: hue angle of 129.9º 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 #64CB75 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 203 | 117 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.20 |
| HSL | 129.9º | 0.5% | 0.59% | - |
| HSV(B) | 129.9º | 0.51% | 0.8% | - |
| XYZ | 29.82 | 46.71 | 24.27 | - |
| YUV | 162.4 | 102.38 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 117 | 0.51 | 0 | 0.42 | 0.20 | 129.9 | 0.5 | 0.59 |
| Hex | 64 | CB | 75 | 33 | 0 | 2A | 14 | 82 | 32 | 3B |
| Octal | 144 | 313 | 165 | 63 | 0 | 52 | 24 | 202 | 62 | 73 |
| Binary | 1100100 | 11001011 | 1110101 | 110011 | 0 | 101010 | 10100 | 10000010 | 110010 | 111011 |
Color Harmonies of #64CB75
Complementary color
Monochromatic Colors of #64CB75
Black with #64CB75
Text Example
Text Example
White with #64CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CB75; }
p { color: rgb(100,203,117); }
H1.HeaderClassName
{
color: #64CB75;
}
.AnyTagClassName
{
color: #64CB75;
}
</style>
background-color css
<style>
a { background-color: #64CB75; }
a { background-color: rgb(100,203,117); }
div.DivClassName
{
background-color: #64CB75;
}
.BgClassName
{
background-color: #64CB75;
}
</style>
border-color css
<style>
span { border-color: #64CB75; }
span { border-color: rgb(100,203,117); }
td.TdClassName
{
border-color: #64CB75;
}
.TagClassName
{
border-color: #64CB75;
}
</style>