#51C07C

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

Shades of Emerald #51C07C

Tints of Emerald #51C07C

Color information

#51C07C (or 0x51C07C) is unknown color: approx Emerald. HEX triplet: 51, C0 and 7C. RGB value is (81,192,124). Sum of RGB (Red+Green+Blue) = 81+192+124=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #51C07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C07C is #AE3F83. Grayscale: #979797. Windows color (decimal): -11419524 or 8175697. OLE color: 8175697.

HSL color Cylindrical-coordinate representation of color #51C07C: hue angle of 143.24º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C07C is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB81192124-
CMYK0.5800.350.25
HSL143.24º46.84%53.53%-
HSV(B)143.24º57.81%75.29%-
XYZ25.8840.925.6-
YUV151.06112.7378.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 192 (75.39% from 255) = 48.36%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=20.40%
G=48.36%
B=31.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811921240.5800.350.25143.2446.8453.53
Hex51C07C3A023198f2f36
Octal12130017472043312175766
Binary101000111000000111110011101001000111100110001111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,192,124); }

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

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

 a { background-color: rgb(81,192,124); }

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

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

 span { border-color: rgb(81,192,124); }

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