#52d07d

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

Shades of Emerald #52D07D

Tints of Emerald #52D07D

Color information

#52D07D (or 0x52D07D) is unknown color: approx Emerald. HEX triplet: 52, D0 and 7D. RGB value is (82,208,125). Sum of RGB (Red+Green+Blue) = 82+208+125=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #52D07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D07D is #AD2F82. Grayscale: #A1A1A1. Windows color (decimal): -11349891 or 8245330. OLE color: 8245330.

HSL color Cylindrical-coordinate representation of color #52D07D: hue angle of 140.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D07D is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB82208125-
CMYK0.6100.400.18
HSL140.48º57.27%56.86%-
HSV(B)140.48º60.58%81.57%-
XYZ29.7448.3927.17-
YUV160.86107.7671.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.76%
GREEN value IS 208 (81.64% from 255) = 50.12%
BLUE value IS 125 (49.22% from 255) = 30.12%
R=19.76%
G=50.12%
B=30.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal822081250.6100.400.18140.4857.2756.86
Hex52D07D3D028128c3939
Octal12232017575050222147171
Binary101001011010000111110111110101010001001010001100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52d07d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,208,125); }

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

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

 a { background-color: rgb(82,208,125); }

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

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

 span { border-color: rgb(82,208,125); }

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