Html Css Color HEX #52DC8D Emerald

📋 copy color: '#52DC8D'

red 82 ◦ green 220 ◦ blue 141

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

Shades of Emerald #52DC8D

Tints of Emerald #52DC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.83%

R = 18.51%
G = 49.66%
B = 31.83%

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

#52DC8D (or 0x52DC8D) is known color: Emerald. HEX triplet: 52, DC and 8D. RGB value is (82,220,141). Sum of RGB (Red+Green+Blue) = 82+220+141=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DC8D is #AD2372. Grayscale: #A9A9A9. Windows color (decimal): -11346803 or 9296978. OLE color: 9296978.

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

Color convert

RGB 82 220 141 -
CMYK 0.63 0 0.36 0.14
HSL 145.65º 0.66% 0.59% -
HSV(B) 145.65º 0.63% 0.86% -
XYZ 33.88 54.9 34.01 -
YUV 169.73 111.78 65.42 -
System Red Green Blue C M Y K H S L
Decimal 82 220 141 0.63 0 0.36 0.14 145.65 0.66 0.59
Hex 52 DC 8D 3F 0 24 E 92 42 3B
Octal 122 334 215 77 0 44 16 222 102 73
Binary 1010010 11011100 10001101 111111 0 100100 1110 10010010 1000010 111011

Color Harmonies of #52DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC8D

Black with #52DC8D

Text Example


Text Example

White with #52DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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