Shades of Fern #5DC45A
Tints of Fern #5DC45A
RGB
CMYK
RGB Variations
Color information
#5DC45A (or 0x5DC45A) is known color: Fern. HEX triplet: 5D, C4 and 5A. RGB value is (93,196,90). Sum of RGB (Red+Green+Blue) = 93+196+90=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 196 (76.95% from 255 or 51.72% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC45A is #A23BA5. Grayscale: #999999. Windows color (decimal): -10632102 or 5948509. OLE color: 5948509.
HSL color Cylindrical-coordinate representation of color #5DC45A: hue angle of 118.3º degrees, saturation: 0.47, 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 #5DC45A is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 196 | 90 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.23 |
| HSL | 118.3º | 0.47% | 0.56% | - |
| HSV(B) | 118.3º | 0.54% | 0.77% | - |
| XYZ | 26.1 | 42.55 | 16.51 | - |
| YUV | 153.12 | 92.38 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 90 | 0.53 | 0 | 0.54 | 0.23 | 118.3 | 0.47 | 0.56 |
| Hex | 5D | C4 | 5A | 35 | 0 | 36 | 17 | 76 | 2F | 38 |
| Octal | 135 | 304 | 132 | 65 | 0 | 66 | 27 | 166 | 57 | 70 |
| Binary | 1011101 | 11000100 | 1011010 | 110101 | 0 | 110110 | 10111 | 1110110 | 101111 | 111000 |
Color Harmonies of #5DC45A
Complementary color
Monochromatic Colors of #5DC45A
Black with #5DC45A
Text Example
Text Example
White with #5DC45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC45A; }
p { color: rgb(93,196,90); }
H1.HeaderClassName
{
color: #5DC45A;
}
.AnyTagClassName
{
color: #5DC45A;
}
</style>
background-color css
<style>
a { background-color: #5DC45A; }
a { background-color: rgb(93,196,90); }
div.DivClassName
{
background-color: #5DC45A;
}
.BgClassName
{
background-color: #5DC45A;
}
</style>
border-color css
<style>
span { border-color: #5DC45A; }
span { border-color: rgb(93,196,90); }
td.TdClassName
{
border-color: #5DC45A;
}
.TagClassName
{
border-color: #5DC45A;
}
</style>