Shades of Fern #64D25A
Tints of Fern #64D25A
RGB
CMYK
RGB Variations
Color information
#64D25A (or 0x64D25A) is known color: Fern. HEX triplet: 64, D2 and 5A. RGB value is (100,210,90). Sum of RGB (Red+Green+Blue) = 100+210+90=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #64D25A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D25A is #9B2DA5. Grayscale: #A3A3A3. Windows color (decimal): -10169766 or 5952100. OLE color: 5952100.
HSL color Cylindrical-coordinate representation of color #64D25A: hue angle of 115º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64D25A is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 210 | 90 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.18 |
| HSL | 115º | 0.57% | 0.59% | - |
| HSV(B) | 115º | 0.57% | 0.82% | - |
| XYZ | 30.15 | 49.54 | 17.65 | - |
| YUV | 163.43 | 86.56 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 210 | 90 | 0.52 | 0 | 0.57 | 0.18 | 115 | 0.57 | 0.59 |
| Hex | 64 | D2 | 5A | 34 | 0 | 39 | 12 | 73 | 39 | 3B |
| Octal | 144 | 322 | 132 | 64 | 0 | 71 | 22 | 163 | 71 | 73 |
| Binary | 1100100 | 11010010 | 1011010 | 110100 | 0 | 111001 | 10010 | 1110011 | 111001 | 111011 |
Color Harmonies of #64D25A
Complementary color
Monochromatic Colors of #64D25A
Black with #64D25A
Text Example
Text Example
White with #64D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D25A; }
p { color: rgb(100,210,90); }
H1.HeaderClassName
{
color: #64D25A;
}
.AnyTagClassName
{
color: #64D25A;
}
</style>
background-color css
<style>
a { background-color: #64D25A; }
a { background-color: rgb(100,210,90); }
div.DivClassName
{
background-color: #64D25A;
}
.BgClassName
{
background-color: #64D25A;
}
</style>
border-color css
<style>
span { border-color: #64D25A; }
span { border-color: rgb(100,210,90); }
td.TdClassName
{
border-color: #64D25A;
}
.TagClassName
{
border-color: #64D25A;
}
</style>