Shades of Fern #64B268
Tints of Fern #64B268
RGB
CMYK
RGB Variations
Color information
#64B268 (or 0x64B268) is known color: Fern. HEX triplet: 64, B2 and 68. RGB value is (100,178,104). Sum of RGB (Red+Green+Blue) = 100+178+104=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #64B268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B268 is #9B4D97. Grayscale: #929292. Windows color (decimal): -10177944 or 6861412. OLE color: 6861412.
HSL color Cylindrical-coordinate representation of color #64B268: hue angle of 123.08º 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 #64B268 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 178 | 104 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.30 |
| HSL | 123.08º | 0.34% | 0.55% | - |
| HSV(B) | 123.08º | 0.44% | 0.7% | - |
| XYZ | 23.67 | 35.55 | 18.71 | - |
| YUV | 146.24 | 104.16 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 178 | 104 | 0.44 | 0 | 0.42 | 0.30 | 123.08 | 0.34 | 0.55 |
| Hex | 64 | B2 | 68 | 2C | 0 | 2A | 1E | 7B | 22 | 37 |
| Octal | 144 | 262 | 150 | 54 | 0 | 52 | 36 | 173 | 42 | 67 |
| Binary | 1100100 | 10110010 | 1101000 | 101100 | 0 | 101010 | 11110 | 1111011 | 100010 | 110111 |
Color Harmonies of #64B268
Complementary color
Monochromatic Colors of #64B268
Black with #64B268
Text Example
Text Example
White with #64B268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B268; }
p { color: rgb(100,178,104); }
H1.HeaderClassName
{
color: #64B268;
}
.AnyTagClassName
{
color: #64B268;
}
</style>
background-color css
<style>
a { background-color: #64B268; }
a { background-color: rgb(100,178,104); }
div.DivClassName
{
background-color: #64B268;
}
.BgClassName
{
background-color: #64B268;
}
</style>
border-color css
<style>
span { border-color: #64B268; }
span { border-color: rgb(100,178,104); }
td.TdClassName
{
border-color: #64B268;
}
.TagClassName
{
border-color: #64B268;
}
</style>