Shades of Fern #64C667
Tints of Fern #64C667
RGB
CMYK
RGB Variations
Color information
#64C667 (or 0x64C667) is known color: Fern. HEX triplet: 64, C6 and 67. RGB value is (100,198,103). Sum of RGB (Red+Green+Blue) = 100+198+103=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #64C667 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C667 is #9B3998. Grayscale: #9E9E9E. Windows color (decimal): -10172825 or 6800996. OLE color: 6800996.
HSL color Cylindrical-coordinate representation of color #64C667: hue angle of 121.84º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C667 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 103 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.22 |
| HSL | 121.84º | 0.46% | 0.58% | - |
| HSV(B) | 121.84º | 0.49% | 0.78% | - |
| XYZ | 27.9 | 44.08 | 19.87 | - |
| YUV | 157.87 | 97.03 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 103 | 0.49 | 0 | 0.48 | 0.22 | 121.84 | 0.46 | 0.58 |
| Hex | 64 | C6 | 67 | 31 | 0 | 30 | 16 | 7A | 2E | 3A |
| Octal | 144 | 306 | 147 | 61 | 0 | 60 | 26 | 172 | 56 | 72 |
| Binary | 1100100 | 11000110 | 1100111 | 110001 | 0 | 110000 | 10110 | 1111010 | 101110 | 111010 |
Color Harmonies of #64C667
Complementary color
Monochromatic Colors of #64C667
Black with #64C667
Text Example
Text Example
White with #64C667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C667; }
p { color: rgb(100,198,103); }
H1.HeaderClassName
{
color: #64C667;
}
.AnyTagClassName
{
color: #64C667;
}
</style>
background-color css
<style>
a { background-color: #64C667; }
a { background-color: rgb(100,198,103); }
div.DivClassName
{
background-color: #64C667;
}
.BgClassName
{
background-color: #64C667;
}
</style>
border-color css
<style>
span { border-color: #64C667; }
span { border-color: rgb(100,198,103); }
td.TdClassName
{
border-color: #64C667;
}
.TagClassName
{
border-color: #64C667;
}
</style>