#52CA82

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

Shades of Emerald #52CA82

Tints of Emerald #52CA82

Color information

#52CA82 (or 0x52CA82) is unknown color: approx Emerald. HEX triplet: 52, CA and 82. RGB value is (82,202,130). Sum of RGB (Red+Green+Blue) = 82+202+130=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CA82 is #AD357D. Grayscale: #9E9E9E. Windows color (decimal): -11351422 or 8571474. OLE color: 8571474.

HSL color Cylindrical-coordinate representation of color #52CA82: hue angle of 144º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CA82 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB82202130-
CMYK0.5900.360.21
HSL144º53.1%55.69%-
HSV(B)144º59.41%79.22%-
XYZ28.6345.6528.42-
YUV157.91112.2473.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.81%
GREEN value IS 202 (79.30% from 255) = 48.79%
BLUE value IS 130 (51.17% from 255) = 31.40%
R=19.81%
G=48.79%
B=31.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal822021300.5900.360.2114453.155.69
Hex52CA823B02415903538
Octal12231220273044252206570
Binary1010010110010101000001011101101001001010110010000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52CA82; }

 p { color: rgb(82,202,130); }

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

<style>
 a { background-color: #52CA82; }

 a { background-color: rgb(82,202,130); }

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

<style>
 span { border-color: #52CA82; }

 span { border-color: rgb(82,202,130); }

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