Shades of Fern #5DC064
Tints of Fern #5DC064
RGB
CMYK
RGB Variations
Color information
#5DC064 (or 0x5DC064) is known color: Fern. HEX triplet: 5D, C0 and 64. RGB value is (93,192,100). Sum of RGB (Red+Green+Blue) = 93+192+100=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC064 is #A23F9B. Grayscale: #989898. Windows color (decimal): -10633116 or 6602845. OLE color: 6602845.
HSL color Cylindrical-coordinate representation of color #5DC064: hue angle of 124.24º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC064 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 100 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.25 |
| HSL | 124.24º | 0.44% | 0.56% | - |
| HSV(B) | 124.24º | 0.52% | 0.75% | - |
| XYZ | 25.66 | 40.95 | 18.61 | - |
| YUV | 151.91 | 98.7 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 100 | 0.52 | 0 | 0.48 | 0.25 | 124.24 | 0.44 | 0.56 |
| Hex | 5D | C0 | 64 | 34 | 0 | 30 | 19 | 7C | 2C | 38 |
| Octal | 135 | 300 | 144 | 64 | 0 | 60 | 31 | 174 | 54 | 70 |
| Binary | 1011101 | 11000000 | 1100100 | 110100 | 0 | 110000 | 11001 | 1111100 | 101100 | 111000 |
Color Harmonies of #5DC064
Complementary color
Monochromatic Colors of #5DC064
Black with #5DC064
Text Example
Text Example
White with #5DC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC064; }
p { color: rgb(93,192,100); }
H1.HeaderClassName
{
color: #5DC064;
}
.AnyTagClassName
{
color: #5DC064;
}
</style>
background-color css
<style>
a { background-color: #5DC064; }
a { background-color: rgb(93,192,100); }
div.DivClassName
{
background-color: #5DC064;
}
.BgClassName
{
background-color: #5DC064;
}
</style>
border-color css
<style>
span { border-color: #5DC064; }
span { border-color: rgb(93,192,100); }
td.TdClassName
{
border-color: #5DC064;
}
.TagClassName
{
border-color: #5DC064;
}
</style>