Html Css Color HEX #52DD76 Emerald

📋 copy color: '#52DD76'

red 82 ◦ green 221 ◦ blue 118

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

Shades of Emerald #52DD76

Tints of Emerald #52DD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 19.48%
G = 52.49%
B = 28.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#52DD76 (or 0x52DD76) is known color: Emerald. HEX triplet: 52, DD and 76. RGB value is (82,221,118). Sum of RGB (Red+Green+Blue) = 82+221+118=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DD76 is #AD2289. Grayscale: #A7A7A7. Windows color (decimal): -11346570 or 7789906. OLE color: 7789906.

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

Color convert

RGB 82 221 118 -
CMYK 0.63 0 0.47 0.13
HSL 135.54º 0.67% 0.59% -
HSV(B) 135.54º 0.63% 0.87% -
XYZ 32.61 54.81 26 -
YUV 167.7 99.95 66.88 -
System Red Green Blue C M Y K H S L
Decimal 82 221 118 0.63 0 0.47 0.13 135.54 0.67 0.59
Hex 52 DD 76 3F 0 2F D 88 43 3B
Octal 122 335 166 77 0 57 15 210 103 73
Binary 1010010 11011101 1110110 111111 0 101111 1101 10001000 1000011 111011

Color Harmonies of #52DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD76

Black with #52DD76

Text Example


Text Example

White with #52DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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