#52DD7E

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

Shades of Emerald #52DD7E

Tints of Emerald #52DD7E

Color information

#52DD7E (or 0x52DD7E) is unknown color: approx Emerald. HEX triplet: 52, DD and 7E. RGB value is (82,221,126). Sum of RGB (Red+Green+Blue) = 82+221+126=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DD7E is #AD2281. Grayscale: #A8A8A8. Windows color (decimal): -11346562 or 8314194. OLE color: 8314194.

HSL color Cylindrical-coordinate representation of color #52DD7E: hue angle of 138.99º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DD7E is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB82221126-
CMYK0.6300.430.13
HSL138.99º67.15%59.41%-
HSV(B)138.99º62.9%86.67%-
XYZ33.155.0128.61-
YUV168.61103.9566.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.11%
GREEN value IS 221 (86.72% from 255) = 51.52%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=19.11%
G=51.52%
B=29.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal822211260.6300.430.13138.9967.1559.41
Hex52DD7E3F02BD8b433b
Octal122335176770531521310373
Binary101001011011101111111011111101010111101100010111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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