Shades of Emerald #51CA62
Tints of Emerald #51CA62
RGB
CMYK
RGB Variations
Color information
#51CA62 (or 0x51CA62) is known color: Emerald. HEX triplet: 51, CA and 62. RGB value is (81,202,98). Sum of RGB (Red+Green+Blue) = 81+202+98=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #51CA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CA62 is #AE359D. Grayscale: #9A9A9A. Windows color (decimal): -11416990 or 6474321. OLE color: 6474321.
HSL color Cylindrical-coordinate representation of color #51CA62: hue angle of 128.43º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CA62 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 202 | 98 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.21 |
| HSL | 128.43º | 0.53% | 0.55% | - |
| HSV(B) | 128.43º | 0.6% | 0.79% | - |
| XYZ | 26.72 | 44.87 | 18.81 | - |
| YUV | 153.97 | 96.41 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 202 | 98 | 0.60 | 0 | 0.51 | 0.21 | 128.43 | 0.53 | 0.55 |
| Hex | 51 | CA | 62 | 3C | 0 | 33 | 15 | 80 | 35 | 37 |
| Octal | 121 | 312 | 142 | 74 | 0 | 63 | 25 | 200 | 65 | 67 |
| Binary | 1010001 | 11001010 | 1100010 | 111100 | 0 | 110011 | 10101 | 10000000 | 110101 | 110111 |
Color Harmonies of #51CA62
Complementary color
Monochromatic Colors of #51CA62
Black with #51CA62
Text Example
Text Example
White with #51CA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CA62; }
p { color: rgb(81,202,98); }
H1.HeaderClassName
{
color: #51CA62;
}
.AnyTagClassName
{
color: #51CA62;
}
</style>
background-color css
<style>
a { background-color: #51CA62; }
a { background-color: rgb(81,202,98); }
div.DivClassName
{
background-color: #51CA62;
}
.BgClassName
{
background-color: #51CA62;
}
</style>
border-color css
<style>
span { border-color: #51CA62; }
span { border-color: rgb(81,202,98); }
td.TdClassName
{
border-color: #51CA62;
}
.TagClassName
{
border-color: #51CA62;
}
</style>