#51BC84

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

Shades of Emerald #51BC84

Tints of Emerald #51BC84

Color information

#51BC84 (or 0x51BC84) is unknown color: approx Emerald. HEX triplet: 51, BC and 84. RGB value is (81,188,132). Sum of RGB (Red+Green+Blue) = 81+188+132=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #51BC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BC84 is #AE437B. Grayscale: #959595. Windows color (decimal): -11420540 or 8698961. OLE color: 8698961.

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

Color convert

RGB81188132-
CMYK0.5700.300.26
HSL148.6º44.4%52.75%-
HSV(B)148.6º56.91%73.73%-
XYZ25.5439.3828.09-
YUV149.62118.0579.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.20%
GREEN value IS 188 (73.83% from 255) = 46.88%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=20.20%
G=46.88%
B=32.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811881320.5700.300.26148.644.452.75
Hex51BC843901E1A952c35
Octal12127420471036322255465
Binary101000110111100100001001110010111101101010010101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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