Shades of Fern #64BE6B
Tints of Fern #64BE6B
RGB
CMYK
RGB Variations
Color information
#64BE6B (or 0x64BE6B) is known color: Fern. HEX triplet: 64, BE and 6B. RGB value is (100,190,107). Sum of RGB (Red+Green+Blue) = 100+190+107=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE6B is #9B4194. Grayscale: #999999. Windows color (decimal): -10174869 or 7061092. OLE color: 7061092.
HSL color Cylindrical-coordinate representation of color #64BE6B: hue angle of 124.67º 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 #64BE6B is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 107 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.25 |
| HSL | 124.67º | 0.41% | 0.57% | - |
| HSV(B) | 124.67º | 0.47% | 0.75% | - |
| XYZ | 26.32 | 40.6 | 20.36 | - |
| YUV | 153.63 | 101.68 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 107 | 0.47 | 0 | 0.44 | 0.25 | 124.67 | 0.41 | 0.57 |
| Hex | 64 | BE | 6B | 2F | 0 | 2C | 19 | 7D | 29 | 39 |
| Octal | 144 | 276 | 153 | 57 | 0 | 54 | 31 | 175 | 51 | 71 |
| Binary | 1100100 | 10111110 | 1101011 | 101111 | 0 | 101100 | 11001 | 1111101 | 101001 | 111001 |
Color Harmonies of #64BE6B
Complementary color
Monochromatic Colors of #64BE6B
Black with #64BE6B
Text Example
Text Example
White with #64BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BE6B; }
p { color: rgb(100,190,107); }
H1.HeaderClassName
{
color: #64BE6B;
}
.AnyTagClassName
{
color: #64BE6B;
}
</style>
background-color css
<style>
a { background-color: #64BE6B; }
a { background-color: rgb(100,190,107); }
div.DivClassName
{
background-color: #64BE6B;
}
.BgClassName
{
background-color: #64BE6B;
}
</style>
border-color css
<style>
span { border-color: #64BE6B; }
span { border-color: rgb(100,190,107); }
td.TdClassName
{
border-color: #64BE6B;
}
.TagClassName
{
border-color: #64BE6B;
}
</style>