Html Css Color HEX #52DB8C Emerald

📋 copy color: '#52DB8C'

red 82 ◦ green 219 ◦ blue 140

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

Shades of Emerald #52DB8C

Tints of Emerald #52DB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.75%

R = 18.59%
G = 49.66%
B = 31.75%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#52DB8C (or 0x52DB8C) is known color: Emerald. HEX triplet: 52, DB and 8C. RGB value is (82,219,140). Sum of RGB (Red+Green+Blue) = 82+219+140=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #52DB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DB8C is #AD2473. Grayscale: #A9A9A9. Windows color (decimal): -11347060 or 9231186. OLE color: 9231186.

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

Color convert

RGB 82 219 140 -
CMYK 0.63 0 0.36 0.14
HSL 145.4º 0.66% 0.59% -
HSV(B) 145.4º 0.63% 0.86% -
XYZ 33.54 54.35 33.53 -
YUV 169.03 111.61 65.92 -
System Red Green Blue C M Y K H S L
Decimal 82 219 140 0.63 0 0.36 0.14 145.4 0.66 0.59
Hex 52 DB 8C 3F 0 24 E 91 42 3B
Octal 122 333 214 77 0 44 16 221 102 73
Binary 1010010 11011011 10001100 111111 0 100100 1110 10010001 1000010 111011

Color Harmonies of #52DB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DB8C

Black with #52DB8C

Text Example


Text Example

White with #52DB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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