#52CA70

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

Shades of Emerald #52CA70

Tints of Emerald #52CA70

Color information

#52CA70 (or 0x52CA70) is unknown color: approx Emerald. HEX triplet: 52, CA and 70. RGB value is (82,202,112). Sum of RGB (Red+Green+Blue) = 82+202+112=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CA70 is #AD358F. Grayscale: #9C9C9C. Windows color (decimal): -11351440 or 7391826. OLE color: 7391826.

HSL color Cylindrical-coordinate representation of color #52CA70: hue angle of 135º 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 #52CA70 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB82202112-
CMYK0.5900.450.21
HSL135º53.1%55.69%-
HSV(B)135º59.41%79.22%-
XYZ27.5245.222.6-
YUV155.86103.2475.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.71%
GREEN value IS 202 (79.30% from 255) = 51.01%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=20.71%
G=51.01%
B=28.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal822021120.5900.450.2113553.155.69
Hex52CA703B02D15873538
Octal12231216073055252076570
Binary101001011001010111000011101101011011010110000111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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