Shades of Fern #64D169
Tints of Fern #64D169
RGB
CMYK
RGB Variations
Color information
#64D169 (or 0x64D169) is known color: Fern. HEX triplet: 64, D1 and 69. RGB value is (100,209,105). Sum of RGB (Red+Green+Blue) = 100+209+105=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #64D169 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D169 is #9B2E96. Grayscale: #A4A4A4. Windows color (decimal): -10170007 or 6934884. OLE color: 6934884.
HSL color Cylindrical-coordinate representation of color #64D169: hue angle of 122.75º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D169 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 209 | 105 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.18 |
| HSL | 122.75º | 0.54% | 0.61% | - |
| HSV(B) | 122.75º | 0.52% | 0.82% | - |
| XYZ | 30.61 | 49.33 | 21.27 | - |
| YUV | 164.55 | 94.39 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 105 | 0.52 | 0 | 0.50 | 0.18 | 122.75 | 0.54 | 0.61 |
| Hex | 64 | D1 | 69 | 34 | 0 | 32 | 12 | 7B | 36 | 3D |
| Octal | 144 | 321 | 151 | 64 | 0 | 62 | 22 | 173 | 66 | 75 |
| Binary | 1100100 | 11010001 | 1101001 | 110100 | 0 | 110010 | 10010 | 1111011 | 110110 | 111101 |
Color Harmonies of #64D169
Complementary color
Monochromatic Colors of #64D169
Black with #64D169
Text Example
Text Example
White with #64D169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D169; }
p { color: rgb(100,209,105); }
H1.HeaderClassName
{
color: #64D169;
}
.AnyTagClassName
{
color: #64D169;
}
</style>
background-color css
<style>
a { background-color: #64D169; }
a { background-color: rgb(100,209,105); }
div.DivClassName
{
background-color: #64D169;
}
.BgClassName
{
background-color: #64D169;
}
</style>
border-color css
<style>
span { border-color: #64D169; }
span { border-color: rgb(100,209,105); }
td.TdClassName
{
border-color: #64D169;
}
.TagClassName
{
border-color: #64D169;
}
</style>