Shades of Fern #64BC74
Tints of Fern #64BC74
RGB
CMYK
RGB Variations
Color information
#64BC74 (or 0x64BC74) is known color: Fern. HEX triplet: 64, BC and 74. RGB value is (100,188,116). Sum of RGB (Red+Green+Blue) = 100+188+116=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC74 is #9B438B. Grayscale: #999999. Windows color (decimal): -10175372 or 7650404. OLE color: 7650404.
HSL color Cylindrical-coordinate representation of color #64BC74: hue angle of 130.91º 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 #64BC74 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 116 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.26 |
| HSL | 130.91º | 0.4% | 0.56% | - |
| HSV(B) | 130.91º | 0.47% | 0.74% | - |
| XYZ | 26.39 | 39.94 | 22.84 | - |
| YUV | 153.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 116 | 0.47 | 0 | 0.38 | 0.26 | 130.91 | 0.4 | 0.56 |
| Hex | 64 | BC | 74 | 2F | 0 | 26 | 1A | 83 | 28 | 38 |
| Octal | 144 | 274 | 164 | 57 | 0 | 46 | 32 | 203 | 50 | 70 |
| Binary | 1100100 | 10111100 | 1110100 | 101111 | 0 | 100110 | 11010 | 10000011 | 101000 | 111000 |
Color Harmonies of #64BC74
Complementary color
Monochromatic Colors of #64BC74
Black with #64BC74
Text Example
Text Example
White with #64BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC74; }
p { color: rgb(100,188,116); }
H1.HeaderClassName
{
color: #64BC74;
}
.AnyTagClassName
{
color: #64BC74;
}
</style>
background-color css
<style>
a { background-color: #64BC74; }
a { background-color: rgb(100,188,116); }
div.DivClassName
{
background-color: #64BC74;
}
.BgClassName
{
background-color: #64BC74;
}
</style>
border-color css
<style>
span { border-color: #64BC74; }
span { border-color: rgb(100,188,116); }
td.TdClassName
{
border-color: #64BC74;
}
.TagClassName
{
border-color: #64BC74;
}
</style>