#51C382

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

Shades of Emerald #51C382

Tints of Emerald #51C382

Color information

#51C382 (or 0x51C382) is unknown color: approx Emerald. HEX triplet: 51, C3 and 82. RGB value is (81,195,130). Sum of RGB (Red+Green+Blue) = 81+195+130=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #51C382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C382 is #AE3C7D. Grayscale: #999999. Windows color (decimal): -11418750 or 8569681. OLE color: 8569681.

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

Color convert

RGB81195130-
CMYK0.5800.330.24
HSL145.79º48.72%54.12%-
HSV(B)145.79º58.46%76.47%-
XYZ26.9442.3927.88-
YUV153.5114.7376.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.95%
GREEN value IS 195 (76.56% from 255) = 48.03%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=19.95%
G=48.03%
B=32.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811951300.5800.330.24145.7948.7254.12
Hex51C3823A02118923136
Octal12130320272041302226166
Binary1010001110000111000001011101001000011100010010010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,195,130); }

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

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

 a { background-color: rgb(81,195,130); }

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

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

 span { border-color: rgb(81,195,130); }

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