#51BD81

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

Shades of Emerald #51BD81

Tints of Emerald #51BD81

Color information

#51BD81 (or 0x51BD81) is unknown color: approx Emerald. HEX triplet: 51, BD and 81. RGB value is (81,189,129). Sum of RGB (Red+Green+Blue) = 81+189+129=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #51BD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BD81 is #AE427E. Grayscale: #969696. Windows color (decimal): -11420287 or 8502609. OLE color: 8502609.

HSL color Cylindrical-coordinate representation of color #51BD81: hue angle of 146.67º degrees, saturation: 0.45, 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 #51BD81 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB81189129-
CMYK0.5700.320.26
HSL146.67º45%52.94%-
HSV(B)146.67º57.14%74.12%-
XYZ25.5539.7327.09-
YUV149.87116.2278.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.30%
GREEN value IS 189 (74.22% from 255) = 47.37%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=20.30%
G=47.37%
B=32.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811891290.5700.320.26146.674552.94
Hex51BD81390201A932d35
Octal12127520171040322235565
Binary1010001101111011000000111100101000001101010010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,189,129); }

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

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

 a { background-color: rgb(81,189,129); }

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

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

 span { border-color: rgb(81,189,129); }

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