#52d65e

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

Shades of Emerald #52D65E

Tints of Emerald #52D65E

Color information

#52D65E (or 0x52D65E) is unknown color: approx Emerald. HEX triplet: 52, D6 and 5E. RGB value is (82,214,94). Sum of RGB (Red+Green+Blue) = 82+214+94=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 214 (83.98% from 255 or 54.87% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 214 - color contains mainly: green. Hex color #52D65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D65E is #AD29A1. Grayscale: #A1A1A1. Windows color (decimal): -11348386 or 6215250. OLE color: 6215250.

HSL color Cylindrical-coordinate representation of color #52D65E: hue angle of 125.45º degrees, saturation: 0.62, 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 #52D65E is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB8221494-
CMYK0.6200.560.16
HSL125.45º61.68%58.04%-
HSV(B)125.45º61.68%83.92%-
XYZ29.5550.718.82-
YUV160.8590.2771.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.03%
GREEN value IS 214 (83.98% from 255) = 54.87%
BLUE value IS 94 (37.11% from 255) = 24.10%
R=21.03%
G=54.87%
B=24.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82214940.6200.560.16125.4561.6858.04
Hex52D65E3E038107d3e3a
Octal12232613676070201757672
Binary10100101101011010111101111100111000100001111101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52d65e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,214,94); }

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

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

 a { background-color: rgb(82,214,94); }

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

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

 span { border-color: rgb(82,214,94); }

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