Html Css Color HEX #52D86D Emerald

📋 copy color: '#52D86D'

red 82 ◦ green 216 ◦ blue 109

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

Shades of Emerald #52D86D

Tints of Emerald #52D86D

RGB

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

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

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

R = 20.15%
G = 53.07%
B = 26.78%

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

#52D86D (or 0x52D86D) is known color: Emerald. HEX triplet: 52, D8 and 6D. RGB value is (82,216,109). Sum of RGB (Red+Green+Blue) = 82+216+109=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #52D86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D86D is #AD2792. Grayscale: #A4A4A4. Windows color (decimal): -11347859 or 7198802. OLE color: 7198802.

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

Color convert

RGB 82 216 109 -
CMYK 0.62 0 0.50 0.15
HSL 132.09º 0.63% 0.58% -
HSV(B) 132.09º 0.62% 0.85% -
XYZ 30.8 52.01 22.88 -
YUV 163.74 97.11 69.7 -
System Red Green Blue C M Y K H S L
Decimal 82 216 109 0.62 0 0.50 0.15 132.09 0.63 0.58
Hex 52 D8 6D 3E 0 32 F 84 3F 3A
Octal 122 330 155 76 0 62 17 204 77 72
Binary 1010010 11011000 1101101 111110 0 110010 1111 10000100 111111 111010

Color Harmonies of #52D86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D86D

Black with #52D86D

Text Example


Text Example

White with #52D86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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