#51C483

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

Shades of Emerald #51C483

Tints of Emerald #51C483

Color information

#51C483 (or 0x51C483) is unknown color: approx Emerald. HEX triplet: 51, C4 and 83. RGB value is (81,196,131). Sum of RGB (Red+Green+Blue) = 81+196+131=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #51C483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C483 is #AE3B7C. Grayscale: #9A9A9A. Windows color (decimal): -11418493 or 8635473. OLE color: 8635473.

HSL color Cylindrical-coordinate representation of color #51C483: hue angle of 146.09º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C483 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB81196131-
CMYK0.5900.330.23
HSL146.09º49.36%54.31%-
HSV(B)146.09º58.67%76.86%-
XYZ27.2342.8728.31-
YUV154.2114.975.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.85%
GREEN value IS 196 (76.95% from 255) = 48.04%
BLUE value IS 131 (51.56% from 255) = 32.11%
R=19.85%
G=48.04%
B=32.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811961310.5900.330.23146.0949.3654.31
Hex51C4833B02117923136
Octal12130420373041272226166
Binary1010001110001001000001111101101000011011110010010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,196,131); }

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

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

 a { background-color: rgb(81,196,131); }

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

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

 span { border-color: rgb(81,196,131); }

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