Html Css Color HEX #52DB86 Emerald

📋 copy color: '#52DB86'

red 82 ◦ green 219 ◦ blue 134

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

Shades of Emerald #52DB86

Tints of Emerald #52DB86

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.34%

 BLUE value IS 134 (52.73% from 255) = 30.8%

R = 18.85%
G = 50.34%
B = 30.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#52DB86 (or 0x52DB86) is known color: Emerald. HEX triplet: 52, DB and 86. RGB value is (82,219,134). Sum of RGB (Red+Green+Blue) = 82+219+134=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DB86 is #AD2479. Grayscale: #A8A8A8. Windows color (decimal): -11347066 or 8837970. OLE color: 8837970.

HSL color Cylindrical-coordinate representation of color #52DB86: hue angle of 142.77º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DB86 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 219 134 -
CMYK 0.63 0 0.39 0.14
HSL 142.77º 0.66% 0.59% -
HSV(B) 142.77º 0.63% 0.86% -
XYZ 33.11 54.18 31.27 -
YUV 168.35 108.61 66.41 -
System Red Green Blue C M Y K H S L
Decimal 82 219 134 0.63 0 0.39 0.14 142.77 0.66 0.59
Hex 52 DB 86 3F 0 27 E 8F 42 3B
Octal 122 333 206 77 0 47 16 217 102 73
Binary 1010010 11011011 10000110 111111 0 100111 1110 10001111 1000010 111011

Color Harmonies of #52DB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB86

Black with #52DB86

Text Example


Text Example

White with #52DB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,219,134); }

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

background-color css

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

 a { background-color: rgb(82,219,134); }

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

border-color css

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

 span { border-color: rgb(82,219,134); }

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