Html Css Color HEX #52D86C Emerald

📋 copy color: '#52D86C'

red 82 ◦ green 216 ◦ blue 108

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

Shades of Emerald #52D86C

Tints of Emerald #52D86C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.2%

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

R = 20.2%
G = 53.2%
B = 26.6%

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

#52D86C (or 0x52D86C) is known color: Emerald. HEX triplet: 52, D8 and 6C. RGB value is (82,216,108). Sum of RGB (Red+Green+Blue) = 82+216+108=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #52D86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D86C is #AD2793. Grayscale: #A3A3A3. Windows color (decimal): -11347860 or 7133266. OLE color: 7133266.

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

Color convert

RGB 82 216 108 -
CMYK 0.62 0 0.50 0.15
HSL 131.64º 0.63% 0.58% -
HSV(B) 131.64º 0.62% 0.85% -
XYZ 30.74 51.99 22.6 -
YUV 163.62 96.61 69.78 -
System Red Green Blue C M Y K H S L
Decimal 82 216 108 0.62 0 0.50 0.15 131.64 0.63 0.58
Hex 52 D8 6C 3E 0 32 F 84 3F 3A
Octal 122 330 154 76 0 62 17 204 77 72
Binary 1010010 11011000 1101100 111110 0 110010 1111 10000100 111111 111010

Color Harmonies of #52D86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D86C

Black with #52D86C

Text Example


Text Example

White with #52D86C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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