Html Css Color HEX #52DD7C Emerald

📋 copy color: '#52DD7C'

red 82 ◦ green 221 ◦ blue 124

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

Shades of Emerald #52DD7C

Tints of Emerald #52DD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.04%

R = 19.2%
G = 51.76%
B = 29.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#52DD7C (or 0x52DD7C) is known color: Emerald. HEX triplet: 52, DD and 7C. RGB value is (82,221,124). Sum of RGB (Red+Green+Blue) = 82+221+124=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DD7C is #AD2283. Grayscale: #A8A8A8. Windows color (decimal): -11346564 or 8183122. OLE color: 8183122.

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

Color convert

RGB 82 221 124 -
CMYK 0.63 0 0.44 0.13
HSL 138.13º 0.67% 0.59% -
HSV(B) 138.13º 0.63% 0.87% -
XYZ 32.97 54.96 27.94 -
YUV 168.38 102.95 66.39 -
System Red Green Blue C M Y K H S L
Decimal 82 221 124 0.63 0 0.44 0.13 138.13 0.67 0.59
Hex 52 DD 7C 3F 0 2C D 8A 43 3B
Octal 122 335 174 77 0 54 15 212 103 73
Binary 1010010 11011101 1111100 111111 0 101100 1101 10001010 1000011 111011

Color Harmonies of #52DD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD7C

Black with #52DD7C

Text Example


Text Example

White with #52DD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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