Shades of Emerald #51CF68
Tints of Emerald #51CF68
RGB
CMYK
RGB Variations
Color information
#51CF68 (or 0x51CF68) is known color: Emerald. HEX triplet: 51, CF and 68. RGB value is (81,207,104). Sum of RGB (Red+Green+Blue) = 81+207+104=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #51CF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CF68 is #AE3097. Grayscale: #9D9D9D. Windows color (decimal): -11415704 or 6868817. OLE color: 6868817.
HSL color Cylindrical-coordinate representation of color #51CF68: hue angle of 130.95º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CF68 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 207 | 104 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.19 |
| HSL | 130.95º | 0.57% | 0.56% | - |
| HSV(B) | 130.95º | 0.61% | 0.81% | - |
| XYZ | 28.2 | 47.37 | 20.75 | - |
| YUV | 157.58 | 97.76 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 207 | 104 | 0.61 | 0 | 0.50 | 0.19 | 130.95 | 0.57 | 0.56 |
| Hex | 51 | CF | 68 | 3D | 0 | 32 | 13 | 83 | 39 | 38 |
| Octal | 121 | 317 | 150 | 75 | 0 | 62 | 23 | 203 | 71 | 70 |
| Binary | 1010001 | 11001111 | 1101000 | 111101 | 0 | 110010 | 10011 | 10000011 | 111001 | 111000 |
Color Harmonies of #51CF68
Complementary color
Monochromatic Colors of #51CF68
Black with #51CF68
Text Example
Text Example
White with #51CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CF68; }
p { color: rgb(81,207,104); }
H1.HeaderClassName
{
color: #51CF68;
}
.AnyTagClassName
{
color: #51CF68;
}
</style>
background-color css
<style>
a { background-color: #51CF68; }
a { background-color: rgb(81,207,104); }
div.DivClassName
{
background-color: #51CF68;
}
.BgClassName
{
background-color: #51CF68;
}
</style>
border-color css
<style>
span { border-color: #51CF68; }
span { border-color: rgb(81,207,104); }
td.TdClassName
{
border-color: #51CF68;
}
.TagClassName
{
border-color: #51CF68;
}
</style>