Shades of Fern #64CD5D
Tints of Fern #64CD5D
RGB
CMYK
RGB Variations
Color information
#64CD5D (or 0x64CD5D) is known color: Fern. HEX triplet: 64, CD and 5D. RGB value is (100,205,93). Sum of RGB (Red+Green+Blue) = 100+205+93=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64CD5D is #9B32A2. Grayscale: #A1A1A1. Windows color (decimal): -10171043 or 6147428. OLE color: 6147428.
HSL color Cylindrical-coordinate representation of color #64CD5D: hue angle of 116.25º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64CD5D is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 205 | 93 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.20 |
| HSL | 116.25º | 0.53% | 0.58% | - |
| HSV(B) | 116.25º | 0.55% | 0.8% | - |
| XYZ | 29.06 | 47.16 | 17.93 | - |
| YUV | 160.84 | 89.71 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 93 | 0.51 | 0 | 0.55 | 0.20 | 116.25 | 0.53 | 0.58 |
| Hex | 64 | CD | 5D | 33 | 0 | 37 | 14 | 74 | 35 | 3A |
| Octal | 144 | 315 | 135 | 63 | 0 | 67 | 24 | 164 | 65 | 72 |
| Binary | 1100100 | 11001101 | 1011101 | 110011 | 0 | 110111 | 10100 | 1110100 | 110101 | 111010 |
Color Harmonies of #64CD5D
Complementary color
Monochromatic Colors of #64CD5D
Black with #64CD5D
Text Example
Text Example
White with #64CD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CD5D; }
p { color: rgb(100,205,93); }
H1.HeaderClassName
{
color: #64CD5D;
}
.AnyTagClassName
{
color: #64CD5D;
}
</style>
background-color css
<style>
a { background-color: #64CD5D; }
a { background-color: rgb(100,205,93); }
div.DivClassName
{
background-color: #64CD5D;
}
.BgClassName
{
background-color: #64CD5D;
}
</style>
border-color css
<style>
span { border-color: #64CD5D; }
span { border-color: rgb(100,205,93); }
td.TdClassName
{
border-color: #64CD5D;
}
.TagClassName
{
border-color: #64CD5D;
}
</style>