#51BC85

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

Shades of Emerald #51BC85

Tints of Emerald #51BC85

Color information

#51BC85 (or 0x51BC85) is unknown color: approx Emerald. HEX triplet: 51, BC and 85. RGB value is (81,188,133). Sum of RGB (Red+Green+Blue) = 81+188+133=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #51BC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BC85 is #AE437A. Grayscale: #959595. Windows color (decimal): -11420539 or 8764497. OLE color: 8764497.

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

Color convert

RGB81188133-
CMYK0.5700.290.26
HSL149.16º44.4%52.75%-
HSV(B)149.16º56.91%73.73%-
XYZ25.6139.4128.45-
YUV149.74118.5578.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.15%
GREEN value IS 188 (73.83% from 255) = 46.77%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=20.15%
G=46.77%
B=33.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811881330.5700.290.26149.1644.452.75
Hex51BC853901D1A952c35
Octal12127420571035322255465
Binary101000110111100100001011110010111011101010010101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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