Shades of Fern #64CD64
Tints of Fern #64CD64
RGB
CMYK
RGB Variations
Color information
#64CD64 (or 0x64CD64) is known color: Fern. HEX triplet: 64, CD and 64. RGB value is (100,205,100). Sum of RGB (Red+Green+Blue) = 100+205+100=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD64 is #9B329B. Grayscale: #A1A1A1. Windows color (decimal): -10171036 or 6606180. OLE color: 6606180.
HSL color Cylindrical-coordinate representation of color #64CD64: hue angle of 120º degrees, saturation: 0.51, 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 #64CD64 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 205 | 100 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.20 |
| HSL | 120º | 0.51% | 0.6% | - |
| HSV(B) | 120º | 0.51% | 0.8% | - |
| XYZ | 29.39 | 47.29 | 19.64 | - |
| YUV | 161.64 | 93.21 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 100 | 0.51 | 0 | 0.51 | 0.20 | 120 | 0.51 | 0.6 |
| Hex | 64 | CD | 64 | 33 | 0 | 33 | 14 | 78 | 33 | 3C |
| Octal | 144 | 315 | 144 | 63 | 0 | 63 | 24 | 170 | 63 | 74 |
| Binary | 1100100 | 11001101 | 1100100 | 110011 | 0 | 110011 | 10100 | 1111000 | 110011 | 111100 |
Color Harmonies of #64CD64
Complementary color
Monochromatic Colors of #64CD64
Black with #64CD64
Text Example
Text Example
White with #64CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CD64; }
p { color: rgb(100,205,100); }
H1.HeaderClassName
{
color: #64CD64;
}
.AnyTagClassName
{
color: #64CD64;
}
</style>
background-color css
<style>
a { background-color: #64CD64; }
a { background-color: rgb(100,205,100); }
div.DivClassName
{
background-color: #64CD64;
}
.BgClassName
{
background-color: #64CD64;
}
</style>
border-color css
<style>
span { border-color: #64CD64; }
span { border-color: rgb(100,205,100); }
td.TdClassName
{
border-color: #64CD64;
}
.TagClassName
{
border-color: #64CD64;
}
</style>