Shades of Fern #64B55C
Tints of Fern #64B55C
RGB
CMYK
RGB Variations
Color information
#64B55C (or 0x64B55C) is known color: Fern. HEX triplet: 64, B5 and 5C. RGB value is (100,181,92). Sum of RGB (Red+Green+Blue) = 100+181+92=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #64B55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B55C is #9B4AA3. Grayscale: #929292. Windows color (decimal): -10177188 or 6075748. OLE color: 6075748.
HSL color Cylindrical-coordinate representation of color #64B55C: hue angle of 114.61º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64B55C is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 92 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.29 |
| HSL | 114.61º | 0.38% | 0.54% | - |
| HSV(B) | 114.61º | 0.49% | 0.71% | - |
| XYZ | 23.71 | 36.53 | 15.93 | - |
| YUV | 146.64 | 97.16 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 92 | 0.45 | 0 | 0.49 | 0.29 | 114.61 | 0.38 | 0.54 |
| Hex | 64 | B5 | 5C | 2D | 0 | 31 | 1D | 73 | 26 | 36 |
| Octal | 144 | 265 | 134 | 55 | 0 | 61 | 35 | 163 | 46 | 66 |
| Binary | 1100100 | 10110101 | 1011100 | 101101 | 0 | 110001 | 11101 | 1110011 | 100110 | 110110 |
Color Harmonies of #64B55C
Complementary color
Monochromatic Colors of #64B55C
Black with #64B55C
Text Example
Text Example
White with #64B55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B55C; }
p { color: rgb(100,181,92); }
H1.HeaderClassName
{
color: #64B55C;
}
.AnyTagClassName
{
color: #64B55C;
}
</style>
background-color css
<style>
a { background-color: #64B55C; }
a { background-color: rgb(100,181,92); }
div.DivClassName
{
background-color: #64B55C;
}
.BgClassName
{
background-color: #64B55C;
}
</style>
border-color css
<style>
span { border-color: #64B55C; }
span { border-color: rgb(100,181,92); }
td.TdClassName
{
border-color: #64B55C;
}
.TagClassName
{
border-color: #64B55C;
}
</style>