Shades of Emerald #5ADF71
Tints of Emerald #5ADF71
RGB
CMYK
RGB Variations
Color information
#5ADF71 (or 0x5ADF71) is known color: Emerald. HEX triplet: 5A, DF and 71. RGB value is (90,223,113). Sum of RGB (Red+Green+Blue) = 90+223+113=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADF71 is #A5208E. Grayscale: #ABABAB. Windows color (decimal): -10821775 or 7462746. OLE color: 7462746.
HSL color Cylindrical-coordinate representation of color #5ADF71: hue angle of 130.38º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADF71 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 113 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.13 |
| HSL | 130.38º | 0.68% | 0.61% | - |
| HSV(B) | 130.38º | 0.6% | 0.87% | - |
| XYZ | 33.58 | 56.14 | 24.69 | - |
| YUV | 170.69 | 95.44 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 113 | 0.60 | 0 | 0.49 | 0.13 | 130.38 | 0.68 | 0.61 |
| Hex | 5A | DF | 71 | 3C | 0 | 31 | D | 82 | 44 | 3D |
| Octal | 132 | 337 | 161 | 74 | 0 | 61 | 15 | 202 | 104 | 75 |
| Binary | 1011010 | 11011111 | 1110001 | 111100 | 0 | 110001 | 1101 | 10000010 | 1000100 | 111101 |
Color Harmonies of #5ADF71
Complementary color
Monochromatic Colors of #5ADF71
Black with #5ADF71
Text Example
Text Example
White with #5ADF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADF71; }
p { color: rgb(90,223,113); }
H1.HeaderClassName
{
color: #5ADF71;
}
.AnyTagClassName
{
color: #5ADF71;
}
</style>
background-color css
<style>
a { background-color: #5ADF71; }
a { background-color: rgb(90,223,113); }
div.DivClassName
{
background-color: #5ADF71;
}
.BgClassName
{
background-color: #5ADF71;
}
</style>
border-color css
<style>
span { border-color: #5ADF71; }
span { border-color: rgb(90,223,113); }
td.TdClassName
{
border-color: #5ADF71;
}
.TagClassName
{
border-color: #5ADF71;
}
</style>