Shades of Fern #64D167
Tints of Fern #64D167
RGB
CMYK
RGB Variations
Color information
#64D167 (or 0x64D167) is known color: Fern. HEX triplet: 64, D1 and 67. RGB value is (100,209,103). Sum of RGB (Red+Green+Blue) = 100+209+103=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #64D167 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D167 is #9B2E98. Grayscale: #A4A4A4. Windows color (decimal): -10170009 or 6803812. OLE color: 6803812.
HSL color Cylindrical-coordinate representation of color #64D167: hue angle of 121.65º 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 #64D167 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 209 | 103 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.18 |
| HSL | 121.65º | 0.54% | 0.61% | - |
| HSV(B) | 121.65º | 0.52% | 0.82% | - |
| XYZ | 30.5 | 49.29 | 20.74 | - |
| YUV | 164.33 | 93.39 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 209 | 103 | 0.52 | 0 | 0.51 | 0.18 | 121.65 | 0.54 | 0.61 |
| Hex | 64 | D1 | 67 | 34 | 0 | 33 | 12 | 7A | 36 | 3D |
| Octal | 144 | 321 | 147 | 64 | 0 | 63 | 22 | 172 | 66 | 75 |
| Binary | 1100100 | 11010001 | 1100111 | 110100 | 0 | 110011 | 10010 | 1111010 | 110110 | 111101 |
Color Harmonies of #64D167
Complementary color
Monochromatic Colors of #64D167
Black with #64D167
Text Example
Text Example
White with #64D167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D167; }
p { color: rgb(100,209,103); }
H1.HeaderClassName
{
color: #64D167;
}
.AnyTagClassName
{
color: #64D167;
}
</style>
background-color css
<style>
a { background-color: #64D167; }
a { background-color: rgb(100,209,103); }
div.DivClassName
{
background-color: #64D167;
}
.BgClassName
{
background-color: #64D167;
}
</style>
border-color css
<style>
span { border-color: #64D167; }
span { border-color: rgb(100,209,103); }
td.TdClassName
{
border-color: #64D167;
}
.TagClassName
{
border-color: #64D167;
}
</style>