Html Css Color HEX #52DB87 Emerald

📋 copy color: '#52DB87'

red 82 ◦ green 219 ◦ blue 135

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

Shades of Emerald #52DB87

Tints of Emerald #52DB87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.96%

R = 18.81%
G = 50.23%
B = 30.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#52DB87 (or 0x52DB87) is known color: Emerald. HEX triplet: 52, DB and 87. RGB value is (82,219,135). Sum of RGB (Red+Green+Blue) = 82+219+135=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DB87 is #AD2478. Grayscale: #A8A8A8. Windows color (decimal): -11347065 or 8903506. OLE color: 8903506.

HSL color Cylindrical-coordinate representation of color #52DB87: hue angle of 143.21º 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 #52DB87 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 219 135 -
CMYK 0.63 0 0.38 0.14
HSL 143.21º 0.66% 0.59% -
HSV(B) 143.21º 0.63% 0.86% -
XYZ 33.18 54.21 31.64 -
YUV 168.46 109.11 66.33 -
System Red Green Blue C M Y K H S L
Decimal 82 219 135 0.63 0 0.38 0.14 143.21 0.66 0.59
Hex 52 DB 87 3F 0 26 E 8F 42 3B
Octal 122 333 207 77 0 46 16 217 102 73
Binary 1010010 11011011 10000111 111111 0 100110 1110 10001111 1000010 111011

Color Harmonies of #52DB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB87

Black with #52DB87

Text Example


Text Example

White with #52DB87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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