Shades of Fern #64CA6B
Tints of Fern #64CA6B
RGB
CMYK
RGB Variations
Color information
#64CA6B (or 0x64CA6B) is known color: Fern. HEX triplet: 64, CA and 6B. RGB value is (100,202,107). Sum of RGB (Red+Green+Blue) = 100+202+107=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CA6B is #9B3594. Grayscale: #A0A0A0. Windows color (decimal): -10171797 or 7064164. OLE color: 7064164.
HSL color Cylindrical-coordinate representation of color #64CA6B: hue angle of 124.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64CA6B is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 202 | 107 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.21 |
| HSL | 124.12º | 0.49% | 0.59% | - |
| HSV(B) | 124.12º | 0.5% | 0.79% | - |
| XYZ | 29.03 | 46.01 | 21.26 | - |
| YUV | 160.67 | 97.71 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 202 | 107 | 0.50 | 0 | 0.47 | 0.21 | 124.12 | 0.49 | 0.59 |
| Hex | 64 | CA | 6B | 32 | 0 | 2F | 15 | 7C | 31 | 3B |
| Octal | 144 | 312 | 153 | 62 | 0 | 57 | 25 | 174 | 61 | 73 |
| Binary | 1100100 | 11001010 | 1101011 | 110010 | 0 | 101111 | 10101 | 1111100 | 110001 | 111011 |
Color Harmonies of #64CA6B
Complementary color
Monochromatic Colors of #64CA6B
Black with #64CA6B
Text Example
Text Example
White with #64CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CA6B; }
p { color: rgb(100,202,107); }
H1.HeaderClassName
{
color: #64CA6B;
}
.AnyTagClassName
{
color: #64CA6B;
}
</style>
background-color css
<style>
a { background-color: #64CA6B; }
a { background-color: rgb(100,202,107); }
div.DivClassName
{
background-color: #64CA6B;
}
.BgClassName
{
background-color: #64CA6B;
}
</style>
border-color css
<style>
span { border-color: #64CA6B; }
span { border-color: rgb(100,202,107); }
td.TdClassName
{
border-color: #64CA6B;
}
.TagClassName
{
border-color: #64CA6B;
}
</style>