Shades of Emerald #5CD28A
Tints of Emerald #5CD28A
RGB
CMYK
RGB Variations
Color information
#5CD28A (or 0x5CD28A) is known color: Emerald. HEX triplet: 5C, D2 and 8A. RGB value is (92,210,138). Sum of RGB (Red+Green+Blue) = 92+210+138=440 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.91% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #5CD28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD28A is #A32D75. Grayscale: #A6A6A6. Windows color (decimal): -10694006 or 9097820. OLE color: 9097820.
HSL color Cylindrical-coordinate representation of color #5CD28A: hue angle of 143.39º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD28A is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 210 | 138 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.18 |
| HSL | 143.39º | 0.57% | 0.59% | - |
| HSV(B) | 143.39º | 0.56% | 0.82% | - |
| XYZ | 32.05 | 50.2 | 32.05 | - |
| YUV | 166.51 | 111.91 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 210 | 138 | 0.56 | 0 | 0.34 | 0.18 | 143.39 | 0.57 | 0.59 |
| Hex | 5C | D2 | 8A | 38 | 0 | 22 | 12 | 8F | 39 | 3B |
| Octal | 134 | 322 | 212 | 70 | 0 | 42 | 22 | 217 | 71 | 73 |
| Binary | 1011100 | 11010010 | 10001010 | 111000 | 0 | 100010 | 10010 | 10001111 | 111001 | 111011 |
Color Harmonies of #5CD28A
Complementary color
Monochromatic Colors of #5CD28A
Black with #5CD28A
Text Example
Text Example
White with #5CD28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD28A; }
p { color: rgb(92,210,138); }
H1.HeaderClassName
{
color: #5CD28A;
}
.AnyTagClassName
{
color: #5CD28A;
}
</style>
background-color css
<style>
a { background-color: #5CD28A; }
a { background-color: rgb(92,210,138); }
div.DivClassName
{
background-color: #5CD28A;
}
.BgClassName
{
background-color: #5CD28A;
}
</style>
border-color css
<style>
span { border-color: #5CD28A; }
span { border-color: rgb(92,210,138); }
td.TdClassName
{
border-color: #5CD28A;
}
.TagClassName
{
border-color: #5CD28A;
}
</style>