Shades of Emerald #51CA6E
Tints of Emerald #51CA6E
RGB
CMYK
RGB Variations
Color information
#51CA6E (or 0x51CA6E) is known color: Emerald. HEX triplet: 51, CA and 6E. RGB value is (81,202,110). Sum of RGB (Red+Green+Blue) = 81+202+110=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #51CA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CA6E is #AE3591. Grayscale: #9B9B9B. Windows color (decimal): -11416978 or 7260753. OLE color: 7260753.
HSL color Cylindrical-coordinate representation of color #51CA6E: hue angle of 134.38º 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 #51CA6E is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 202 | 110 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.21 |
| HSL | 134.38º | 0.53% | 0.55% | - |
| HSV(B) | 134.38º | 0.6% | 0.79% | - |
| XYZ | 27.33 | 45.12 | 22.02 | - |
| YUV | 155.33 | 102.41 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 202 | 110 | 0.60 | 0 | 0.46 | 0.21 | 134.38 | 0.53 | 0.55 |
| Hex | 51 | CA | 6E | 3C | 0 | 2E | 15 | 86 | 35 | 37 |
| Octal | 121 | 312 | 156 | 74 | 0 | 56 | 25 | 206 | 65 | 67 |
| Binary | 1010001 | 11001010 | 1101110 | 111100 | 0 | 101110 | 10101 | 10000110 | 110101 | 110111 |
Color Harmonies of #51CA6E
Complementary color
Monochromatic Colors of #51CA6E
Black with #51CA6E
Text Example
Text Example
White with #51CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CA6E; }
p { color: rgb(81,202,110); }
H1.HeaderClassName
{
color: #51CA6E;
}
.AnyTagClassName
{
color: #51CA6E;
}
</style>
background-color css
<style>
a { background-color: #51CA6E; }
a { background-color: rgb(81,202,110); }
div.DivClassName
{
background-color: #51CA6E;
}
.BgClassName
{
background-color: #51CA6E;
}
</style>
border-color css
<style>
span { border-color: #51CA6E; }
span { border-color: rgb(81,202,110); }
td.TdClassName
{
border-color: #51CA6E;
}
.TagClassName
{
border-color: #51CA6E;
}
</style>