Shades of Fern #64CD6C
Tints of Fern #64CD6C
RGB
CMYK
RGB Variations
Color information
#64CD6C (or 0x64CD6C) is known color: Fern. HEX triplet: 64, CD and 6C. RGB value is (100,205,108). Sum of RGB (Red+Green+Blue) = 100+205+108=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD6C is #9B3293. Grayscale: #A2A2A2. Windows color (decimal): -10171028 or 7130468. OLE color: 7130468.
HSL color Cylindrical-coordinate representation of color #64CD6C: hue angle of 124.57º 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 #64CD6C is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 205 | 108 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.20 |
| HSL | 124.57º | 0.51% | 0.6% | - |
| HSV(B) | 124.57º | 0.51% | 0.8% | - |
| XYZ | 29.79 | 47.45 | 21.78 | - |
| YUV | 162.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 108 | 0.51 | 0 | 0.47 | 0.20 | 124.57 | 0.51 | 0.6 |
| Hex | 64 | CD | 6C | 33 | 0 | 2F | 14 | 7D | 33 | 3C |
| Octal | 144 | 315 | 154 | 63 | 0 | 57 | 24 | 175 | 63 | 74 |
| Binary | 1100100 | 11001101 | 1101100 | 110011 | 0 | 101111 | 10100 | 1111101 | 110011 | 111100 |
Color Harmonies of #64CD6C
Complementary color
Monochromatic Colors of #64CD6C
Black with #64CD6C
Text Example
Text Example
White with #64CD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CD6C; }
p { color: rgb(100,205,108); }
H1.HeaderClassName
{
color: #64CD6C;
}
.AnyTagClassName
{
color: #64CD6C;
}
</style>
background-color css
<style>
a { background-color: #64CD6C; }
a { background-color: rgb(100,205,108); }
div.DivClassName
{
background-color: #64CD6C;
}
.BgClassName
{
background-color: #64CD6C;
}
</style>
border-color css
<style>
span { border-color: #64CD6C; }
span { border-color: rgb(100,205,108); }
td.TdClassName
{
border-color: #64CD6C;
}
.TagClassName
{
border-color: #64CD6C;
}
</style>