Html Css Color HEX #52D36C Emerald

📋 copy color: '#52D36C'

red 82 ◦ green 211 ◦ blue 108

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

Shades of Emerald #52D36C

Tints of Emerald #52D36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 20.45%
G = 52.62%
B = 26.93%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#52D36C (or 0x52D36C) is known color: Emerald. HEX triplet: 52, D3 and 6C. RGB value is (82,211,108). Sum of RGB (Red+Green+Blue) = 82+211+108=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #52D36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D36C is #AD2C93. Grayscale: #A0A0A0. Windows color (decimal): -11349140 or 7131986. OLE color: 7131986.

HSL color Cylindrical-coordinate representation of color #52D36C: hue angle of 132.09º 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 #52D36C is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 211 108 -
CMYK 0.61 0 0.49 0.17
HSL 132.09º 0.59% 0.57% -
HSV(B) 132.09º 0.61% 0.83% -
XYZ 29.48 49.47 22.18 -
YUV 160.69 98.26 71.88 -
System Red Green Blue C M Y K H S L
Decimal 82 211 108 0.61 0 0.49 0.17 132.09 0.59 0.57
Hex 52 D3 6C 3D 0 31 11 84 3B 39
Octal 122 323 154 75 0 61 21 204 73 71
Binary 1010010 11010011 1101100 111101 0 110001 10001 10000100 111011 111001

Color Harmonies of #52D36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D36C

Black with #52D36C

Text Example


Text Example

White with #52D36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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