Html Css Color HEX #52DC8E Emerald

📋 copy color: '#52DC8E'

red 82 ◦ green 220 ◦ blue 142

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

Shades of Emerald #52DC8E

Tints of Emerald #52DC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.98%

R = 18.47%
G = 49.55%
B = 31.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#52DC8E (or 0x52DC8E) is known color: Emerald. HEX triplet: 52, DC and 8E. RGB value is (82,220,142). Sum of RGB (Red+Green+Blue) = 82+220+142=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DC8E is #AD2371. Grayscale: #AAAAAA. Windows color (decimal): -11346802 or 9362514. OLE color: 9362514.

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

Color convert

RGB 82 220 142 -
CMYK 0.63 0 0.35 0.14
HSL 146.09º 0.66% 0.59% -
HSV(B) 146.09º 0.63% 0.86% -
XYZ 33.96 54.93 34.4 -
YUV 169.85 112.28 65.34 -
System Red Green Blue C M Y K H S L
Decimal 82 220 142 0.63 0 0.35 0.14 146.09 0.66 0.59
Hex 52 DC 8E 3F 0 23 E 92 42 3B
Octal 122 334 216 77 0 43 16 222 102 73
Binary 1010010 11011100 10001110 111111 0 100011 1110 10010010 1000010 111011

Color Harmonies of #52DC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC8E

Black with #52DC8E

Text Example


Text Example

White with #52DC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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