Shades of Fern #64C377
Tints of Fern #64C377
RGB
CMYK
RGB Variations
Color information
#64C377 (or 0x64C377) is known color: Fern. HEX triplet: 64, C3 and 77. RGB value is (100,195,119). Sum of RGB (Red+Green+Blue) = 100+195+119=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #64C377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C377 is #9B3C88. Grayscale: #9E9E9E. Windows color (decimal): -10173577 or 7848804. OLE color: 7848804.
HSL color Cylindrical-coordinate representation of color #64C377: hue angle of 132º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C377 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 119 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.24 |
| HSL | 132º | 0.44% | 0.58% | - |
| HSV(B) | 132º | 0.49% | 0.76% | - |
| XYZ | 28.1 | 43.07 | 24.29 | - |
| YUV | 157.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 119 | 0.49 | 0 | 0.39 | 0.24 | 132 | 0.44 | 0.58 |
| Hex | 64 | C3 | 77 | 31 | 0 | 27 | 18 | 84 | 2C | 3A |
| Octal | 144 | 303 | 167 | 61 | 0 | 47 | 30 | 204 | 54 | 72 |
| Binary | 1100100 | 11000011 | 1110111 | 110001 | 0 | 100111 | 11000 | 10000100 | 101100 | 111010 |
Color Harmonies of #64C377
Complementary color
Monochromatic Colors of #64C377
Black with #64C377
Text Example
Text Example
White with #64C377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C377; }
p { color: rgb(100,195,119); }
H1.HeaderClassName
{
color: #64C377;
}
.AnyTagClassName
{
color: #64C377;
}
</style>
background-color css
<style>
a { background-color: #64C377; }
a { background-color: rgb(100,195,119); }
div.DivClassName
{
background-color: #64C377;
}
.BgClassName
{
background-color: #64C377;
}
</style>
border-color css
<style>
span { border-color: #64C377; }
span { border-color: rgb(100,195,119); }
td.TdClassName
{
border-color: #64C377;
}
.TagClassName
{
border-color: #64C377;
}
</style>