Shades of Fern #64BD7D
Tints of Fern #64BD7D
RGB
CMYK
RGB Variations
Color information
#64BD7D (or 0x64BD7D) is known color: Fern. HEX triplet: 64, BD and 7D. RGB value is (100,189,125). Sum of RGB (Red+Green+Blue) = 100+189+125=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #64BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BD7D is #9B4282. Grayscale: #9B9B9B. Windows color (decimal): -10175107 or 8240484. OLE color: 8240484.
HSL color Cylindrical-coordinate representation of color #64BD7D: hue angle of 136.85º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BD7D is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 189 | 125 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.26 |
| HSL | 136.85º | 0.4% | 0.57% | - |
| HSV(B) | 136.85º | 0.47% | 0.74% | - |
| XYZ | 27.15 | 40.59 | 25.8 | - |
| YUV | 155.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 189 | 125 | 0.47 | 0 | 0.34 | 0.26 | 136.85 | 0.4 | 0.57 |
| Hex | 64 | BD | 7D | 2F | 0 | 22 | 1A | 89 | 28 | 39 |
| Octal | 144 | 275 | 175 | 57 | 0 | 42 | 32 | 211 | 50 | 71 |
| Binary | 1100100 | 10111101 | 1111101 | 101111 | 0 | 100010 | 11010 | 10001001 | 101000 | 111001 |
Color Harmonies of #64BD7D
Complementary color
Monochromatic Colors of #64BD7D
Black with #64BD7D
Text Example
Text Example
White with #64BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BD7D; }
p { color: rgb(100,189,125); }
H1.HeaderClassName
{
color: #64BD7D;
}
.AnyTagClassName
{
color: #64BD7D;
}
</style>
background-color css
<style>
a { background-color: #64BD7D; }
a { background-color: rgb(100,189,125); }
div.DivClassName
{
background-color: #64BD7D;
}
.BgClassName
{
background-color: #64BD7D;
}
</style>
border-color css
<style>
span { border-color: #64BD7D; }
span { border-color: rgb(100,189,125); }
td.TdClassName
{
border-color: #64BD7D;
}
.TagClassName
{
border-color: #64BD7D;
}
</style>