Html Css Color HEX #52D06D Emerald

📋 copy color: '#52D06D'

red 82 ◦ green 208 ◦ blue 109

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

Shades of Emerald #52D06D

Tints of Emerald #52D06D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.13%

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

R = 20.55%
G = 52.13%
B = 27.32%

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

#52D06D (or 0x52D06D) is known color: Emerald. HEX triplet: 52, D0 and 6D. RGB value is (82,208,109). Sum of RGB (Red+Green+Blue) = 82+208+109=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #52D06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D06D is #AD2F92. Grayscale: #9F9F9F. Windows color (decimal): -11349907 or 7196754. OLE color: 7196754.

HSL color Cylindrical-coordinate representation of color #52D06D: hue angle of 132.86º degrees, saturation: 0.57, 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 #52D06D is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 208 109 -
CMYK 0.61 0 0.48 0.18
HSL 132.86º 0.57% 0.57% -
HSV(B) 132.86º 0.61% 0.82% -
XYZ 28.8 48.01 22.22 -
YUV 159.04 99.76 73.05 -
System Red Green Blue C M Y K H S L
Decimal 82 208 109 0.61 0 0.48 0.18 132.86 0.57 0.57
Hex 52 D0 6D 3D 0 30 12 85 39 39
Octal 122 320 155 75 0 60 22 205 71 71
Binary 1010010 11010000 1101101 111101 0 110000 10010 10000101 111001 111001

Color Harmonies of #52D06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D06D

Black with #52D06D

Text Example


Text Example

White with #52D06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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