#52CC81

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

Shades of Emerald #52CC81

Tints of Emerald #52CC81

Color information

#52CC81 (or 0x52CC81) is unknown color: approx Emerald. HEX triplet: 52, CC and 81. RGB value is (82,204,129). Sum of RGB (Red+Green+Blue) = 82+204+129=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CC81 is #AD337E. Grayscale: #9F9F9F. Windows color (decimal): -11350911 or 8506450. OLE color: 8506450.

HSL color Cylindrical-coordinate representation of color #52CC81: hue angle of 143.11º degrees, saturation: 0.54, 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 #52CC81 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB82204129-
CMYK0.6000.370.2
HSL143.11º54.46%56.08%-
HSV(B)143.11º59.8%80%-
XYZ29.0346.5628.23-
YUV158.97111.0873.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.76%
GREEN value IS 204 (80.08% from 255) = 49.16%
BLUE value IS 129 (50.78% from 255) = 31.08%
R=19.76%
G=49.16%
B=31.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal822041290.6000.370.2143.1154.4656.08
Hex52CC813C025148f3638
Octal12231420174045242176670
Binary1010010110011001000000111110001001011010010001111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,204,129); }

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

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

 a { background-color: rgb(82,204,129); }

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

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

 span { border-color: rgb(82,204,129); }

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