Shades of Fern #64BC67
Tints of Fern #64BC67
RGB
CMYK
RGB Variations
Color information
#64BC67 (or 0x64BC67) is known color: Fern. HEX triplet: 64, BC and 67. RGB value is (100,188,103). Sum of RGB (Red+Green+Blue) = 100+188+103=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #64BC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BC67 is #9B4398. Grayscale: #989898. Windows color (decimal): -10175385 or 6798436. OLE color: 6798436.
HSL color Cylindrical-coordinate representation of color #64BC67: hue angle of 122.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 #64BC67 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 103 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.26 |
| HSL | 122.05º | 0.4% | 0.56% | - |
| HSV(B) | 122.05º | 0.47% | 0.74% | - |
| XYZ | 25.69 | 39.66 | 19.13 | - |
| YUV | 152 | 100.35 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 103 | 0.47 | 0 | 0.45 | 0.26 | 122.05 | 0.4 | 0.56 |
| Hex | 64 | BC | 67 | 2F | 0 | 2D | 1A | 7A | 28 | 38 |
| Octal | 144 | 274 | 147 | 57 | 0 | 55 | 32 | 172 | 50 | 70 |
| Binary | 1100100 | 10111100 | 1100111 | 101111 | 0 | 101101 | 11010 | 1111010 | 101000 | 111000 |
Color Harmonies of #64BC67
Complementary color
Monochromatic Colors of #64BC67
Black with #64BC67
Text Example
Text Example
White with #64BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BC67; }
p { color: rgb(100,188,103); }
H1.HeaderClassName
{
color: #64BC67;
}
.AnyTagClassName
{
color: #64BC67;
}
</style>
background-color css
<style>
a { background-color: #64BC67; }
a { background-color: rgb(100,188,103); }
div.DivClassName
{
background-color: #64BC67;
}
.BgClassName
{
background-color: #64BC67;
}
</style>
border-color css
<style>
span { border-color: #64BC67; }
span { border-color: rgb(100,188,103); }
td.TdClassName
{
border-color: #64BC67;
}
.TagClassName
{
border-color: #64BC67;
}
</style>