Shades of Fern #64CD5A
Tints of Fern #64CD5A
RGB
CMYK
RGB Variations
Color information
#64CD5A (or 0x64CD5A) is known color: Fern. HEX triplet: 64, CD and 5A. RGB value is (100,205,90). Sum of RGB (Red+Green+Blue) = 100+205+90=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD5A is #9B32A5. Grayscale: #A0A0A0. Windows color (decimal): -10171046 or 5950820. OLE color: 5950820.
HSL color Cylindrical-coordinate representation of color #64CD5A: hue angle of 114.78º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64CD5A is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 205 | 90 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.20 |
| HSL | 114.78º | 0.53% | 0.58% | - |
| HSV(B) | 114.78º | 0.56% | 0.8% | - |
| XYZ | 28.93 | 47.11 | 17.24 | - |
| YUV | 160.5 | 88.21 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 90 | 0.51 | 0 | 0.56 | 0.20 | 114.78 | 0.53 | 0.58 |
| Hex | 64 | CD | 5A | 33 | 0 | 38 | 14 | 73 | 35 | 3A |
| Octal | 144 | 315 | 132 | 63 | 0 | 70 | 24 | 163 | 65 | 72 |
| Binary | 1100100 | 11001101 | 1011010 | 110011 | 0 | 111000 | 10100 | 1110011 | 110101 | 111010 |
Color Harmonies of #64CD5A
Complementary color
Monochromatic Colors of #64CD5A
Black with #64CD5A
Text Example
Text Example
White with #64CD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CD5A; }
p { color: rgb(100,205,90); }
H1.HeaderClassName
{
color: #64CD5A;
}
.AnyTagClassName
{
color: #64CD5A;
}
</style>
background-color css
<style>
a { background-color: #64CD5A; }
a { background-color: rgb(100,205,90); }
div.DivClassName
{
background-color: #64CD5A;
}
.BgClassName
{
background-color: #64CD5A;
}
</style>
border-color css
<style>
span { border-color: #64CD5A; }
span { border-color: rgb(100,205,90); }
td.TdClassName
{
border-color: #64CD5A;
}
.TagClassName
{
border-color: #64CD5A;
}
</style>