#51BF81

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

Shades of Emerald #51BF81

Tints of Emerald #51BF81

Color information

#51BF81 (or 0x51BF81) is unknown color: approx Emerald. HEX triplet: 51, BF and 81. RGB value is (81,191,129). Sum of RGB (Red+Green+Blue) = 81+191+129=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #51BF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BF81 is #AE407E. Grayscale: #979797. Windows color (decimal): -11419775 or 8503121. OLE color: 8503121.

HSL color Cylindrical-coordinate representation of color #51BF81: hue angle of 146.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51BF81 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB81191129-
CMYK0.5800.320.25
HSL146.18º46.22%53.33%-
HSV(B)146.18º57.59%74.9%-
XYZ25.9940.627.24-
YUV151.04115.5678.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.20%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=20.20%
G=47.63%
B=32.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811911290.5800.320.25146.1846.2253.33
Hex51BF813A02019922e35
Octal12127720172040312225665
Binary1010001101111111000000111101001000001100110010010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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