Shades of Fern #64B05E
Tints of Fern #64B05E
RGB
CMYK
RGB Variations
Color information
#64B05E (or 0x64B05E) is known color: Fern. HEX triplet: 64, B0 and 5E. RGB value is (100,176,94). Sum of RGB (Red+Green+Blue) = 100+176+94=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #64B05E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B05E is #9B4FA1. Grayscale: #909090. Windows color (decimal): -10178466 or 6205540. OLE color: 6205540.
HSL color Cylindrical-coordinate representation of color #64B05E: hue angle of 115.61º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64B05E is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 176 | 94 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.31 |
| HSL | 115.61º | 0.34% | 0.53% | - |
| HSV(B) | 115.61º | 0.47% | 0.69% | - |
| XYZ | 22.8 | 34.57 | 16.06 | - |
| YUV | 143.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 176 | 94 | 0.43 | 0 | 0.47 | 0.31 | 115.61 | 0.34 | 0.53 |
| Hex | 64 | B0 | 5E | 2B | 0 | 2F | 1F | 74 | 22 | 35 |
| Octal | 144 | 260 | 136 | 53 | 0 | 57 | 37 | 164 | 42 | 65 |
| Binary | 1100100 | 10110000 | 1011110 | 101011 | 0 | 101111 | 11111 | 1110100 | 100010 | 110101 |
Color Harmonies of #64B05E
Complementary color
Monochromatic Colors of #64B05E
Black with #64B05E
Text Example
Text Example
White with #64B05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B05E; }
p { color: rgb(100,176,94); }
H1.HeaderClassName
{
color: #64B05E;
}
.AnyTagClassName
{
color: #64B05E;
}
</style>
background-color css
<style>
a { background-color: #64B05E; }
a { background-color: rgb(100,176,94); }
div.DivClassName
{
background-color: #64B05E;
}
.BgClassName
{
background-color: #64B05E;
}
</style>
border-color css
<style>
span { border-color: #64B05E; }
span { border-color: rgb(100,176,94); }
td.TdClassName
{
border-color: #64B05E;
}
.TagClassName
{
border-color: #64B05E;
}
</style>