Html Css Color HEX #52DD6E Emerald

📋 copy color: '#52DD6E'

red 82 ◦ green 221 ◦ blue 110

#52DD6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #52DD6E

Tints of Emerald #52DD6E

RGB

 RED value IS 82 (32.42% from 255) = 19.85%

 GREEN value IS 221 (86.72% from 255) = 53.51%

 BLUE value IS 110 (43.36% from 255) = 26.63%

R = 19.85%
G = 53.51%
B = 26.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#52DD6E (or 0x52DD6E) is known color: Emerald. HEX triplet: 52, DD and 6E. RGB value is (82,221,110). Sum of RGB (Red+Green+Blue) = 82+221+110=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DD6E is #AD2291. Grayscale: #A7A7A7. Windows color (decimal): -11346578 or 7265618. OLE color: 7265618.

HSL color Cylindrical-coordinate representation of color #52DD6E: hue angle of 132.09º 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 #52DD6E is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 221 110 -
CMYK 0.63 0 0.50 0.13
HSL 132.09º 0.67% 0.59% -
HSV(B) 132.09º 0.63% 0.87% -
XYZ 32.15 54.63 23.6 -
YUV 166.79 95.95 67.53 -
System Red Green Blue C M Y K H S L
Decimal 82 221 110 0.63 0 0.50 0.13 132.09 0.67 0.59
Hex 52 DD 6E 3F 0 32 D 84 43 3B
Octal 122 335 156 77 0 62 15 204 103 73
Binary 1010010 11011101 1101110 111111 0 110010 1101 10000100 1000011 111011

Color Harmonies of #52DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD6E

Black with #52DD6E

Text Example


Text Example

White with #52DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52DD6E;
 }
 .AnyTagClassName
 {
   color: #52DD6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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