Html Css Color HEX #52D36D Emerald

📋 copy color: '#52D36D'

red 82 ◦ green 211 ◦ blue 109

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

Shades of Emerald #52D36D

Tints of Emerald #52D36D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.49%

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

R = 20.4%
G = 52.49%
B = 27.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#52D36D (or 0x52D36D) is known color: Emerald. HEX triplet: 52, D3 and 6D. RGB value is (82,211,109). Sum of RGB (Red+Green+Blue) = 82+211+109=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #52D36D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D36D is #AD2C92. Grayscale: #A1A1A1. Windows color (decimal): -11349139 or 7197522. OLE color: 7197522.

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

Color convert

RGB 82 211 109 -
CMYK 0.61 0 0.48 0.17
HSL 132.56º 0.59% 0.57% -
HSV(B) 132.56º 0.61% 0.83% -
XYZ 29.53 49.49 22.46 -
YUV 160.8 98.76 71.79 -
System Red Green Blue C M Y K H S L
Decimal 82 211 109 0.61 0 0.48 0.17 132.56 0.59 0.57
Hex 52 D3 6D 3D 0 30 11 85 3B 39
Octal 122 323 155 75 0 60 21 205 73 71
Binary 1010010 11010011 1101101 111101 0 110000 10001 10000101 111011 111001

Color Harmonies of #52D36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D36D

Black with #52D36D

Text Example


Text Example

White with #52D36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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