Shades of Fern #64B55B
Tints of Fern #64B55B
RGB
CMYK
RGB Variations
Color information
#64B55B (or 0x64B55B) is known color: Fern. HEX triplet: 64, B5 and 5B. RGB value is (100,181,91). Sum of RGB (Red+Green+Blue) = 100+181+91=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #64B55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B55B is #9B4AA4. Grayscale: #929292. Windows color (decimal): -10177189 or 6010212. OLE color: 6010212.
HSL color Cylindrical-coordinate representation of color #64B55B: hue angle of 114º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64B55B is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 91 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.29 |
| HSL | 114º | 0.38% | 0.53% | - |
| HSV(B) | 114º | 0.5% | 0.71% | - |
| XYZ | 23.67 | 36.51 | 15.7 | - |
| YUV | 146.52 | 96.66 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 91 | 0.45 | 0 | 0.50 | 0.29 | 114 | 0.38 | 0.53 |
| Hex | 64 | B5 | 5B | 2D | 0 | 32 | 1D | 72 | 26 | 35 |
| Octal | 144 | 265 | 133 | 55 | 0 | 62 | 35 | 162 | 46 | 65 |
| Binary | 1100100 | 10110101 | 1011011 | 101101 | 0 | 110010 | 11101 | 1110010 | 100110 | 110101 |
Color Harmonies of #64B55B
Complementary color
Monochromatic Colors of #64B55B
Black with #64B55B
Text Example
Text Example
White with #64B55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B55B; }
p { color: rgb(100,181,91); }
H1.HeaderClassName
{
color: #64B55B;
}
.AnyTagClassName
{
color: #64B55B;
}
</style>
background-color css
<style>
a { background-color: #64B55B; }
a { background-color: rgb(100,181,91); }
div.DivClassName
{
background-color: #64B55B;
}
.BgClassName
{
background-color: #64B55B;
}
</style>
border-color css
<style>
span { border-color: #64B55B; }
span { border-color: rgb(100,181,91); }
td.TdClassName
{
border-color: #64B55B;
}
.TagClassName
{
border-color: #64B55B;
}
</style>