Shades of Fern #64BE6C
Tints of Fern #64BE6C
RGB
CMYK
RGB Variations
Color information
#64BE6C (or 0x64BE6C) is known color: Fern. HEX triplet: 64, BE and 6C. RGB value is (100,190,108). Sum of RGB (Red+Green+Blue) = 100+190+108=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE6C is #9B4193. Grayscale: #999999. Windows color (decimal): -10174868 or 7126628. OLE color: 7126628.
HSL color Cylindrical-coordinate representation of color #64BE6C: hue angle of 125.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BE6C is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 108 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.25 |
| HSL | 125.33º | 0.41% | 0.57% | - |
| HSV(B) | 125.33º | 0.47% | 0.75% | - |
| XYZ | 26.38 | 40.62 | 20.64 | - |
| YUV | 153.74 | 102.18 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 108 | 0.47 | 0 | 0.43 | 0.25 | 125.33 | 0.41 | 0.57 |
| Hex | 64 | BE | 6C | 2F | 0 | 2B | 19 | 7D | 29 | 39 |
| Octal | 144 | 276 | 154 | 57 | 0 | 53 | 31 | 175 | 51 | 71 |
| Binary | 1100100 | 10111110 | 1101100 | 101111 | 0 | 101011 | 11001 | 1111101 | 101001 | 111001 |
Color Harmonies of #64BE6C
Complementary color
Monochromatic Colors of #64BE6C
Black with #64BE6C
Text Example
Text Example
White with #64BE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BE6C; }
p { color: rgb(100,190,108); }
H1.HeaderClassName
{
color: #64BE6C;
}
.AnyTagClassName
{
color: #64BE6C;
}
</style>
background-color css
<style>
a { background-color: #64BE6C; }
a { background-color: rgb(100,190,108); }
div.DivClassName
{
background-color: #64BE6C;
}
.BgClassName
{
background-color: #64BE6C;
}
</style>
border-color css
<style>
span { border-color: #64BE6C; }
span { border-color: rgb(100,190,108); }
td.TdClassName
{
border-color: #64BE6C;
}
.TagClassName
{
border-color: #64BE6C;
}
</style>