#51BC72

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

Shades of Emerald #51BC72

Tints of Emerald #51BC72

Color information

#51BC72 (or 0x51BC72) is unknown color: approx Emerald. HEX triplet: 51, BC and 72. RGB value is (81,188,114). Sum of RGB (Red+Green+Blue) = 81+188+114=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #51BC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BC72 is #AE438D. Grayscale: #939393. Windows color (decimal): -11420558 or 7519313. OLE color: 7519313.

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

Color convert

RGB81188114-
CMYK0.5700.390.26
HSL138.5º44.4%52.75%-
HSV(B)138.5º56.91%73.73%-
XYZ24.4138.9322.15-
YUV147.57109.0580.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 188 (73.83% from 255) = 49.09%
BLUE value IS 114 (44.92% from 255) = 29.77%
R=21.15%
G=49.09%
B=29.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811881140.5700.390.26138.544.452.75
Hex51BC72390271A8b2c35
Octal12127416271047322135465
Binary101000110111100111001011100101001111101010001011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,188,114); }

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

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

 a { background-color: rgb(81,188,114); }

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

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

 span { border-color: rgb(81,188,114); }

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