#52C96E

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

Shades of Emerald #52C96E

Tints of Emerald #52C96E

Color information

#52C96E (or 0x52C96E) is unknown color: approx Emerald. HEX triplet: 52, C9 and 6E. RGB value is (82,201,110). Sum of RGB (Red+Green+Blue) = 82+201+110=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #52C96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C96E is #AD3691. Grayscale: #9B9B9B. Windows color (decimal): -11351698 or 7260498. OLE color: 7260498.

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

Color convert

RGB82201110-
CMYK0.5900.450.21
HSL134.12º52.42%55.49%-
HSV(B)134.12º59.2%78.82%-
XYZ27.1844.6921.95-
YUV155.04102.5875.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.87%
GREEN value IS 201 (78.91% from 255) = 51.15%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=20.87%
G=51.15%
B=27.99%

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
Decimal822011100.5900.450.21134.1252.4255.49
Hex52C96E3B02D15863437
Octal12231115673055252066467
Binary101001011001001110111011101101011011010110000110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,201,110); }

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

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

 a { background-color: rgb(82,201,110); }

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

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

 span { border-color: rgb(82,201,110); }

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