Shades of Fern #64CC67
Tints of Fern #64CC67
RGB
CMYK
RGB Variations
Color information
#64CC67 (or 0x64CC67) is known color: Fern. HEX triplet: 64, CC and 67. RGB value is (100,204,103). Sum of RGB (Red+Green+Blue) = 100+204+103=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CC67 is #9B3398. Grayscale: #A1A1A1. Windows color (decimal): -10171289 or 6802532. OLE color: 6802532.
HSL color Cylindrical-coordinate representation of color #64CC67: hue angle of 121.73º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CC67 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 103 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.2 |
| HSL | 121.73º | 0.5% | 0.6% | - |
| HSV(B) | 121.73º | 0.51% | 0.8% | - |
| XYZ | 29.3 | 46.87 | 20.34 | - |
| YUV | 161.39 | 95.04 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 103 | 0.51 | 0 | 0.50 | 0.2 | 121.73 | 0.5 | 0.6 |
| Hex | 64 | CC | 67 | 33 | 0 | 32 | 14 | 7A | 32 | 3C |
| Octal | 144 | 314 | 147 | 63 | 0 | 62 | 24 | 172 | 62 | 74 |
| Binary | 1100100 | 11001100 | 1100111 | 110011 | 0 | 110010 | 10100 | 1111010 | 110010 | 111100 |
Color Harmonies of #64CC67
Complementary color
Monochromatic Colors of #64CC67
Black with #64CC67
Text Example
Text Example
White with #64CC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC67; }
p { color: rgb(100,204,103); }
H1.HeaderClassName
{
color: #64CC67;
}
.AnyTagClassName
{
color: #64CC67;
}
</style>
background-color css
<style>
a { background-color: #64CC67; }
a { background-color: rgb(100,204,103); }
div.DivClassName
{
background-color: #64CC67;
}
.BgClassName
{
background-color: #64CC67;
}
</style>
border-color css
<style>
span { border-color: #64CC67; }
span { border-color: rgb(100,204,103); }
td.TdClassName
{
border-color: #64CC67;
}
.TagClassName
{
border-color: #64CC67;
}
</style>