Html Css Color HEX #52D16D Emerald

📋 copy color: '#52D16D'

red 82 ◦ green 209 ◦ blue 109

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

Shades of Emerald #52D16D

Tints of Emerald #52D16D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.25%

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

R = 20.5%
G = 52.25%
B = 27.25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#52D16D (or 0x52D16D) is known color: Emerald. HEX triplet: 52, D1 and 6D. RGB value is (82,209,109). Sum of RGB (Red+Green+Blue) = 82+209+109=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #52D16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D16D is #AD2E92. Grayscale: #9F9F9F. Windows color (decimal): -11349651 or 7197010. OLE color: 7197010.

HSL color Cylindrical-coordinate representation of color #52D16D: hue angle of 132.76º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D16D is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 209 109 -
CMYK 0.61 0 0.48 0.18
HSL 132.76º 0.58% 0.57% -
HSV(B) 132.76º 0.61% 0.82% -
XYZ 29.04 48.5 22.3 -
YUV 159.63 99.42 72.63 -
System Red Green Blue C M Y K H S L
Decimal 82 209 109 0.61 0 0.48 0.18 132.76 0.58 0.57
Hex 52 D1 6D 3D 0 30 12 85 3A 39
Octal 122 321 155 75 0 60 22 205 72 71
Binary 1010010 11010001 1101101 111101 0 110000 10010 10000101 111010 111001

Color Harmonies of #52D16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D16D

Black with #52D16D

Text Example


Text Example

White with #52D16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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