Shades of Fern #64C05A
Tints of Fern #64C05A
RGB
CMYK
RGB Variations
Color information
#64C05A (or 0x64C05A) is known color: Fern. HEX triplet: 64, C0 and 5A. RGB value is (100,192,90). Sum of RGB (Red+Green+Blue) = 100+192+90=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #64C05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C05A is #9B3FA5. Grayscale: #999999. Windows color (decimal): -10174374 or 5947492. OLE color: 5947492.
HSL color Cylindrical-coordinate representation of color #64C05A: hue angle of 114.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64C05A is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 192 | 90 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.25 |
| HSL | 114.12º | 0.45% | 0.55% | - |
| HSV(B) | 114.12º | 0.53% | 0.75% | - |
| XYZ | 25.95 | 41.15 | 16.25 | - |
| YUV | 152.86 | 92.52 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 192 | 90 | 0.48 | 0 | 0.53 | 0.25 | 114.12 | 0.45 | 0.55 |
| Hex | 64 | C0 | 5A | 30 | 0 | 35 | 19 | 72 | 2D | 37 |
| Octal | 144 | 300 | 132 | 60 | 0 | 65 | 31 | 162 | 55 | 67 |
| Binary | 1100100 | 11000000 | 1011010 | 110000 | 0 | 110101 | 11001 | 1110010 | 101101 | 110111 |
Color Harmonies of #64C05A
Complementary color
Monochromatic Colors of #64C05A
Black with #64C05A
Text Example
Text Example
White with #64C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C05A; }
p { color: rgb(100,192,90); }
H1.HeaderClassName
{
color: #64C05A;
}
.AnyTagClassName
{
color: #64C05A;
}
</style>
background-color css
<style>
a { background-color: #64C05A; }
a { background-color: rgb(100,192,90); }
div.DivClassName
{
background-color: #64C05A;
}
.BgClassName
{
background-color: #64C05A;
}
</style>
border-color css
<style>
span { border-color: #64C05A; }
span { border-color: rgb(100,192,90); }
td.TdClassName
{
border-color: #64C05A;
}
.TagClassName
{
border-color: #64C05A;
}
</style>