#52d57e

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

Shades of Emerald #52D57E

Tints of Emerald #52D57E

Color information

#52D57E (or 0x52D57E) is unknown color: approx Emerald. HEX triplet: 52, D5 and 7E. RGB value is (82,213,126). Sum of RGB (Red+Green+Blue) = 82+213+126=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #52D57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D57E is #AD2A81. Grayscale: #A4A4A4. Windows color (decimal): -11348610 or 8312146. OLE color: 8312146.

HSL color Cylindrical-coordinate representation of color #52D57E: hue angle of 140.15º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D57E is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB82213126-
CMYK0.6200.410.16
HSL140.15º60.93%57.84%-
HSV(B)140.15º61.5%83.53%-
XYZ31.0450.8927.93-
YUV163.91106.669.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.48%
GREEN value IS 213 (83.59% from 255) = 50.59%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=19.48%
G=50.59%
B=29.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal822131260.6200.410.16140.1560.9357.84
Hex52D57E3E029108c3d3a
Octal12232517676051202147572
Binary101001011010101111111011111001010011000010001100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52d57e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,213,126); }

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

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

 a { background-color: rgb(82,213,126); }

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

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

 span { border-color: rgb(82,213,126); }

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