#52E575

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

Shades of Emerald #52E575

Tints of Emerald #52E575

Color information

#52E575 (or 0x52E575) is unknown color: approx Emerald. HEX triplet: 52, E5 and 75. RGB value is (82,229,117). Sum of RGB (Red+Green+Blue) = 82+229+117=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 229 (89.84% from 255 or 53.50% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 229 - color contains mainly: green. Hex color #52E575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E575 is #AD1A8A. Grayscale: #ACACAC. Windows color (decimal): -11344523 or 7726418. OLE color: 7726418.

HSL color Cylindrical-coordinate representation of color #52E575: hue angle of 134.29º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E575 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB82229117-
CMYK0.6400.490.10
HSL134.29º73.87%60.98%-
HSV(B)134.29º64.19%89.8%-
XYZ34.7159.1226.41-
YUV172.2896.863.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.16%
GREEN value IS 229 (89.84% from 255) = 53.50%
BLUE value IS 117 (46.09% from 255) = 27.34%
R=19.16%
G=53.50%
B=27.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal822291170.6400.490.10134.2973.8760.98
Hex52E57540031A864a3d
Octal1223451651000611220611275
Binary1010010111001011110101100000001100011010100001101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,229,117); }

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

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

 a { background-color: rgb(82,229,117); }

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

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

 span { border-color: rgb(82,229,117); }

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