#51CD82

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

Shades of Emerald #51CD82

Tints of Emerald #51CD82

Color information

#51CD82 (or 0x51CD82) is unknown color: approx Emerald. HEX triplet: 51, CD and 82. RGB value is (81,205,130). Sum of RGB (Red+Green+Blue) = 81+205+130=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #51CD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CD82 is #AE327D. Grayscale: #9F9F9F. Windows color (decimal): -11416190 or 8572241. OLE color: 8572241.

HSL color Cylindrical-coordinate representation of color #51CD82: hue angle of 143.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CD82 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB81205130-
CMYK0.6000.370.20
HSL143.71º55.36%56.08%-
HSV(B)143.71º60.49%80.39%-
XYZ29.2547.0228.65-
YUV159.37111.4272.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.47%
GREEN value IS 205 (80.47% from 255) = 49.28%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=19.47%
G=49.28%
B=31.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal812051300.6000.370.20143.7155.3656.08
Hex51CD823C02514903738
Octal12131520274045242206770
Binary1010001110011011000001011110001001011010010010000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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