Html Css Color HEX #52D96D Emerald

📋 copy color: '#52D96D'

red 82 ◦ green 217 ◦ blue 109

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

Shades of Emerald #52D96D

Tints of Emerald #52D96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.19%

 BLUE value IS 109 (42.97% from 255) = 26.72%

R = 20.1%
G = 53.19%
B = 26.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#52D96D (or 0x52D96D) is known color: Emerald. HEX triplet: 52, D9 and 6D. RGB value is (82,217,109). Sum of RGB (Red+Green+Blue) = 82+217+109=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #52D96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D96D is #AD2692. Grayscale: #A4A4A4. Windows color (decimal): -11347603 or 7199058. OLE color: 7199058.

HSL color Cylindrical-coordinate representation of color #52D96D: hue angle of 132º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D96D is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 217 109 -
CMYK 0.62 0 0.50 0.15
HSL 132º 0.64% 0.59% -
HSV(B) 132º 0.62% 0.85% -
XYZ 31.05 52.52 22.97 -
YUV 164.32 96.77 69.28 -
System Red Green Blue C M Y K H S L
Decimal 82 217 109 0.62 0 0.50 0.15 132 0.64 0.59
Hex 52 D9 6D 3E 0 32 F 84 40 3B
Octal 122 331 155 76 0 62 17 204 100 73
Binary 1010010 11011001 1101101 111110 0 110010 1111 10000100 1000000 111011

Color Harmonies of #52D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D96D

Black with #52D96D

Text Example


Text Example

White with #52D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,217,109); }

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

background-color css

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

 a { background-color: rgb(82,217,109); }

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

border-color css

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

 span { border-color: rgb(82,217,109); }

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