Shades of Fern #64BC7D
Tints of Fern #64BC7D
RGB
CMYK
RGB Variations
Color information
#64BC7D (or 0x64BC7D) is known color: Fern. HEX triplet: 64, BC and 7D. RGB value is (100,188,125). Sum of RGB (Red+Green+Blue) = 100+188+125=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC7D is #9B4382. Grayscale: #9A9A9A. Windows color (decimal): -10175363 or 8240228. OLE color: 8240228.
HSL color Cylindrical-coordinate representation of color #64BC7D: hue angle of 137.05º 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 #64BC7D is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 125 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.26 |
| HSL | 137.05º | 0.4% | 0.56% | - |
| HSV(B) | 137.05º | 0.47% | 0.74% | - |
| XYZ | 26.94 | 40.16 | 25.73 | - |
| YUV | 154.51 | 111.35 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 125 | 0.47 | 0 | 0.34 | 0.26 | 137.05 | 0.4 | 0.56 |
| Hex | 64 | BC | 7D | 2F | 0 | 22 | 1A | 89 | 28 | 38 |
| Octal | 144 | 274 | 175 | 57 | 0 | 42 | 32 | 211 | 50 | 70 |
| Binary | 1100100 | 10111100 | 1111101 | 101111 | 0 | 100010 | 11010 | 10001001 | 101000 | 111000 |
Color Harmonies of #64BC7D
Complementary color
Monochromatic Colors of #64BC7D
Black with #64BC7D
Text Example
Text Example
White with #64BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC7D; }
p { color: rgb(100,188,125); }
H1.HeaderClassName
{
color: #64BC7D;
}
.AnyTagClassName
{
color: #64BC7D;
}
</style>
background-color css
<style>
a { background-color: #64BC7D; }
a { background-color: rgb(100,188,125); }
div.DivClassName
{
background-color: #64BC7D;
}
.BgClassName
{
background-color: #64BC7D;
}
</style>
border-color css
<style>
span { border-color: #64BC7D; }
span { border-color: rgb(100,188,125); }
td.TdClassName
{
border-color: #64BC7D;
}
.TagClassName
{
border-color: #64BC7D;
}
</style>