#51CA70

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

Shades of Emerald #51CA70

Tints of Emerald #51CA70

Color information

#51CA70 (or 0x51CA70) is unknown color: approx Emerald. HEX triplet: 51, CA and 70. RGB value is (81,202,112). Sum of RGB (Red+Green+Blue) = 81+202+112=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #51CA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CA70 is #AE358F. Grayscale: #9B9B9B. Windows color (decimal): -11416976 or 7391825. OLE color: 7391825.

HSL color Cylindrical-coordinate representation of color #51CA70: hue angle of 135.37º 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 #51CA70 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB81202112-
CMYK0.6000.450.21
HSL135.37º53.3%55.49%-
HSV(B)135.37º59.9%79.22%-
XYZ27.4445.1622.6-
YUV155.56103.4174.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.51%
GREEN value IS 202 (79.30% from 255) = 51.14%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=20.51%
G=51.14%
B=28.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal812021120.6000.450.21135.3753.355.49
Hex51CA703C02D15873537
Octal12131216074055252076567
Binary101000111001010111000011110001011011010110000111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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