Shades of Fern #64B270
Tints of Fern #64B270
RGB
CMYK
RGB Variations
Color information
#64B270 (or 0x64B270) is known color: Fern. HEX triplet: 64, B2 and 70. RGB value is (100,178,112). Sum of RGB (Red+Green+Blue) = 100+178+112=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #64B270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B270 is #9B4D8F. Grayscale: #939393. Windows color (decimal): -10177936 or 7385700. OLE color: 7385700.
HSL color Cylindrical-coordinate representation of color #64B270: hue angle of 129.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B270 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 178 | 112 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.30 |
| HSL | 129.23º | 0.34% | 0.55% | - |
| HSV(B) | 129.23º | 0.44% | 0.7% | - |
| XYZ | 24.1 | 35.72 | 20.95 | - |
| YUV | 147.15 | 108.16 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 178 | 112 | 0.44 | 0 | 0.37 | 0.30 | 129.23 | 0.34 | 0.55 |
| Hex | 64 | B2 | 70 | 2C | 0 | 25 | 1E | 81 | 22 | 37 |
| Octal | 144 | 262 | 160 | 54 | 0 | 45 | 36 | 201 | 42 | 67 |
| Binary | 1100100 | 10110010 | 1110000 | 101100 | 0 | 100101 | 11110 | 10000001 | 100010 | 110111 |
Color Harmonies of #64B270
Complementary color
Monochromatic Colors of #64B270
Black with #64B270
Text Example
Text Example
White with #64B270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B270; }
p { color: rgb(100,178,112); }
H1.HeaderClassName
{
color: #64B270;
}
.AnyTagClassName
{
color: #64B270;
}
</style>
background-color css
<style>
a { background-color: #64B270; }
a { background-color: rgb(100,178,112); }
div.DivClassName
{
background-color: #64B270;
}
.BgClassName
{
background-color: #64B270;
}
</style>
border-color css
<style>
span { border-color: #64B270; }
span { border-color: rgb(100,178,112); }
td.TdClassName
{
border-color: #64B270;
}
.TagClassName
{
border-color: #64B270;
}
</style>