#51C96A

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

Shades of Emerald #51C96A

Tints of Emerald #51C96A

Color information

#51C96A (or 0x51C96A) is unknown color: approx Emerald. HEX triplet: 51, C9 and 6A. RGB value is (81,201,106). Sum of RGB (Red+Green+Blue) = 81+201+106=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #51C96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C96A is #AE3695. Grayscale: #9A9A9A. Windows color (decimal): -11417238 or 6998353. OLE color: 6998353.

HSL color Cylindrical-coordinate representation of color #51C96A: hue angle of 132.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51C96A is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB81201106-
CMYK0.6000.470.21
HSL132.5º52.63%55.29%-
HSV(B)132.5º59.7%78.82%-
XYZ26.8844.5620.82-
YUV154.29100.7475.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 201 (78.91% from 255) = 51.80%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=20.88%
G=51.80%
B=27.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal812011060.6000.470.21132.552.6355.29
Hex51C96A3C02F15843537
Octal12131115274057252046567
Binary101000111001001110101011110001011111010110000100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,201,106); }

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

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

 a { background-color: rgb(81,201,106); }

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

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

 span { border-color: rgb(81,201,106); }

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