Shades of Emerald #5CC282
Tints of Emerald #5CC282
RGB
CMYK
RGB Variations
Color information
#5CC282 (or 0x5CC282) is known color: Emerald. HEX triplet: 5C, C2 and 82. RGB value is (92,194,130). Sum of RGB (Red+Green+Blue) = 92+194+130=416 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.12% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC282 is #A33D7D. Grayscale: #9C9C9C. Windows color (decimal): -10698110 or 8569436. OLE color: 8569436.
HSL color Cylindrical-coordinate representation of color #5CC282: hue angle of 142.35º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC282 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 194 | 130 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.24 |
| HSL | 142.35º | 0.46% | 0.56% | - |
| HSV(B) | 142.35º | 0.53% | 0.76% | - |
| XYZ | 27.73 | 42.47 | 27.85 | - |
| YUV | 156.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 194 | 130 | 0.53 | 0 | 0.33 | 0.24 | 142.35 | 0.46 | 0.56 |
| Hex | 5C | C2 | 82 | 35 | 0 | 21 | 18 | 8E | 2E | 38 |
| Octal | 134 | 302 | 202 | 65 | 0 | 41 | 30 | 216 | 56 | 70 |
| Binary | 1011100 | 11000010 | 10000010 | 110101 | 0 | 100001 | 11000 | 10001110 | 101110 | 111000 |
Color Harmonies of #5CC282
Complementary color
Monochromatic Colors of #5CC282
Black with #5CC282
Text Example
Text Example
White with #5CC282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC282; }
p { color: rgb(92,194,130); }
H1.HeaderClassName
{
color: #5CC282;
}
.AnyTagClassName
{
color: #5CC282;
}
</style>
background-color css
<style>
a { background-color: #5CC282; }
a { background-color: rgb(92,194,130); }
div.DivClassName
{
background-color: #5CC282;
}
.BgClassName
{
background-color: #5CC282;
}
</style>
border-color css
<style>
span { border-color: #5CC282; }
span { border-color: rgb(92,194,130); }
td.TdClassName
{
border-color: #5CC282;
}
.TagClassName
{
border-color: #5CC282;
}
</style>