#51CC70

Color #51CC70 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #51CC70

Tints of Emerald #51CC70

Color information

#51CC70 (or 0x51CC70) is unknown color: approx Emerald. HEX triplet: 51, CC and 70. RGB value is (81,204,112). Sum of RGB (Red+Green+Blue) = 81+204+112=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #51CC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CC70 is #AE338F. Grayscale: #9C9C9C. Windows color (decimal): -11416464 or 7392337. OLE color: 7392337.

HSL color Cylindrical-coordinate representation of color #51CC70: hue angle of 135.12º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CC70 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB81204112-
CMYK0.6000.450.2
HSL135.12º54.67%55.88%-
HSV(B)135.12º60.29%80%-
XYZ27.9146.122.76-
YUV156.73102.7573.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 204 (80.08% from 255) = 51.39%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=20.40%
G=51.39%
B=28.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal812041120.6000.450.2135.1254.6755.88
Hex51CC703C02D14873738
Octal12131416074055242076770
Binary101000111001100111000011110001011011010010000111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51CC70; }

 p { color: rgb(81,204,112); }

 H1.HeaderClassName
 {
   color: #51CC70;
 }
 .AnyTagClassName
 {
   color: #51CC70;
 }
</style>
background-color css

<style>
 a { background-color: #51CC70; }

 a { background-color: rgb(81,204,112); }

 div.DivClassName
 {
   background-color: #51CC70;
 }
 .BgClassName
 {
   background-color: #51CC70;
 }
</style>
border-color css

<style>
 span { border-color: #51CC70; }

 span { border-color: rgb(81,204,112); }

 td.TdClassName
 {
   border-color: #51CC70;
 }
 .TagClassName
 {
   border-color: #51CC70;
 }
</style>