Shades of Fern #64BC68
Tints of Fern #64BC68
RGB
CMYK
RGB Variations
Color information
#64BC68 (or 0x64BC68) is known color: Fern. HEX triplet: 64, BC and 68. RGB value is (100,188,104). Sum of RGB (Red+Green+Blue) = 100+188+104=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC68 is #9B4397. Grayscale: #989898. Windows color (decimal): -10175384 or 6863972. OLE color: 6863972.
HSL color Cylindrical-coordinate representation of color #64BC68: hue angle of 122.73º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BC68 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 104 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.26 |
| HSL | 122.73º | 0.4% | 0.56% | - |
| HSV(B) | 122.73º | 0.47% | 0.74% | - |
| XYZ | 25.74 | 39.68 | 19.4 | - |
| YUV | 152.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 104 | 0.47 | 0 | 0.45 | 0.26 | 122.73 | 0.4 | 0.56 |
| Hex | 64 | BC | 68 | 2F | 0 | 2D | 1A | 7B | 28 | 38 |
| Octal | 144 | 274 | 150 | 57 | 0 | 55 | 32 | 173 | 50 | 70 |
| Binary | 1100100 | 10111100 | 1101000 | 101111 | 0 | 101101 | 11010 | 1111011 | 101000 | 111000 |
Color Harmonies of #64BC68
Complementary color
Monochromatic Colors of #64BC68
Black with #64BC68
Text Example
Text Example
White with #64BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC68; }
p { color: rgb(100,188,104); }
H1.HeaderClassName
{
color: #64BC68;
}
.AnyTagClassName
{
color: #64BC68;
}
</style>
background-color css
<style>
a { background-color: #64BC68; }
a { background-color: rgb(100,188,104); }
div.DivClassName
{
background-color: #64BC68;
}
.BgClassName
{
background-color: #64BC68;
}
</style>
border-color css
<style>
span { border-color: #64BC68; }
span { border-color: rgb(100,188,104); }
td.TdClassName
{
border-color: #64BC68;
}
.TagClassName
{
border-color: #64BC68;
}
</style>