#51BB70

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

Shades of Emerald #51BB70

Tints of Emerald #51BB70

Color information

#51BB70 (or 0x51BB70) is unknown color: approx Emerald. HEX triplet: 51, BB and 70. RGB value is (81,187,112). Sum of RGB (Red+Green+Blue) = 81+187+112=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #51BB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BB70 is #AE448F. Grayscale: #929292. Windows color (decimal): -11420816 or 7387985. OLE color: 7387985.

HSL color Cylindrical-coordinate representation of color #51BB70: hue angle of 137.55º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BB70 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB81187112-
CMYK0.5700.400.27
HSL137.55º43.8%52.55%-
HSV(B)137.55º56.68%73.33%-
XYZ24.0938.4621.48-
YUV146.76108.3881.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.32%
GREEN value IS 187 (73.44% from 255) = 49.21%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=21.32%
G=49.21%
B=29.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811871120.5700.400.27137.5543.852.55
Hex51BB70390281B8a2c35
Octal12127316071050332125465
Binary101000110111011111000011100101010001101110001010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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