Html Css Color HEX #52DC8C Emerald

📋 copy color: '#52DC8C'

red 82 ◦ green 220 ◦ blue 140

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

Shades of Emerald #52DC8C

Tints of Emerald #52DC8C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.77%

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

R = 18.55%
G = 49.77%
B = 31.67%

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

#52DC8C (or 0x52DC8C) is known color: Emerald. HEX triplet: 52, DC and 8C. RGB value is (82,220,140). Sum of RGB (Red+Green+Blue) = 82+220+140=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DC8C is #AD2373. Grayscale: #A9A9A9. Windows color (decimal): -11346804 or 9231442. OLE color: 9231442.

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

Color convert

RGB 82 220 140 -
CMYK 0.63 0 0.36 0.14
HSL 145.22º 0.66% 0.59% -
HSV(B) 145.22º 0.63% 0.86% -
XYZ 33.81 54.87 33.62 -
YUV 169.62 111.28 65.5 -
System Red Green Blue C M Y K H S L
Decimal 82 220 140 0.63 0 0.36 0.14 145.22 0.66 0.59
Hex 52 DC 8C 3F 0 24 E 91 42 3B
Octal 122 334 214 77 0 44 16 221 102 73
Binary 1010010 11011100 10001100 111111 0 100100 1110 10010001 1000010 111011

Color Harmonies of #52DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC8C

Black with #52DC8C

Text Example


Text Example

White with #52DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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