Html Css Color HEX #52DF76 Emerald

📋 copy color: '#52DF76'

red 82 ◦ green 223 ◦ blue 118

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

Shades of Emerald #52DF76

Tints of Emerald #52DF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.72%

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

R = 19.39%
G = 52.72%
B = 27.9%

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

#52DF76 (or 0x52DF76) is known color: Emerald. HEX triplet: 52, DF and 76. RGB value is (82,223,118). Sum of RGB (Red+Green+Blue) = 82+223+118=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF76 is #AD2089. Grayscale: #A9A9A9. Windows color (decimal): -11346058 or 7790418. OLE color: 7790418.

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

Color convert

RGB 82 223 118 -
CMYK 0.63 0 0.47 0.13
HSL 135.32º 0.69% 0.6% -
HSV(B) 135.32º 0.63% 0.87% -
XYZ 33.14 55.88 26.18 -
YUV 168.87 99.29 66.04 -
System Red Green Blue C M Y K H S L
Decimal 82 223 118 0.63 0 0.47 0.13 135.32 0.69 0.6
Hex 52 DF 76 3F 0 2F D 87 45 3C
Octal 122 337 166 77 0 57 15 207 105 74
Binary 1010010 11011111 1110110 111111 0 101111 1101 10000111 1000101 111100

Color Harmonies of #52DF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF76

Black with #52DF76

Text Example


Text Example

White with #52DF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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