Shades of Fern #64C55A
Tints of Fern #64C55A
RGB
CMYK
RGB Variations
Color information
#64C55A (or 0x64C55A) is known color: Fern. HEX triplet: 64, C5 and 5A. RGB value is (100,197,90). Sum of RGB (Red+Green+Blue) = 100+197+90=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #64C55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C55A is #9B3AA5. Grayscale: #9C9C9C. Windows color (decimal): -10173094 or 5948772. OLE color: 5948772.
HSL color Cylindrical-coordinate representation of color #64C55A: hue angle of 114.39º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64C55A is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 90 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.23 |
| HSL | 114.39º | 0.48% | 0.56% | - |
| HSV(B) | 114.39º | 0.54% | 0.77% | - |
| XYZ | 27.07 | 43.38 | 16.62 | - |
| YUV | 155.8 | 90.86 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 90 | 0.49 | 0 | 0.54 | 0.23 | 114.39 | 0.48 | 0.56 |
| Hex | 64 | C5 | 5A | 31 | 0 | 36 | 17 | 72 | 30 | 38 |
| Octal | 144 | 305 | 132 | 61 | 0 | 66 | 27 | 162 | 60 | 70 |
| Binary | 1100100 | 11000101 | 1011010 | 110001 | 0 | 110110 | 10111 | 1110010 | 110000 | 111000 |
Color Harmonies of #64C55A
Complementary color
Monochromatic Colors of #64C55A
Black with #64C55A
Text Example
Text Example
White with #64C55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C55A; }
p { color: rgb(100,197,90); }
H1.HeaderClassName
{
color: #64C55A;
}
.AnyTagClassName
{
color: #64C55A;
}
</style>
background-color css
<style>
a { background-color: #64C55A; }
a { background-color: rgb(100,197,90); }
div.DivClassName
{
background-color: #64C55A;
}
.BgClassName
{
background-color: #64C55A;
}
</style>
border-color css
<style>
span { border-color: #64C55A; }
span { border-color: rgb(100,197,90); }
td.TdClassName
{
border-color: #64C55A;
}
.TagClassName
{
border-color: #64C55A;
}
</style>