Html Css Color HEX #52DC78 Emerald

📋 copy color: '#52DC78'

red 82 ◦ green 220 ◦ blue 120

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

Shades of Emerald #52DC78

Tints of Emerald #52DC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.44%

R = 19.43%
G = 52.13%
B = 28.44%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#52DC78 (or 0x52DC78) is known color: Emerald. HEX triplet: 52, DC and 78. RGB value is (82,220,120). Sum of RGB (Red+Green+Blue) = 82+220+120=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DC78 is #AD2387. Grayscale: #A7A7A7. Windows color (decimal): -11346824 or 7920722. OLE color: 7920722.

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

Color convert

RGB 82 220 120 -
CMYK 0.63 0 0.45 0.14
HSL 136.52º 0.66% 0.59% -
HSV(B) 136.52º 0.63% 0.86% -
XYZ 32.46 54.34 26.55 -
YUV 167.34 101.28 67.13 -
System Red Green Blue C M Y K H S L
Decimal 82 220 120 0.63 0 0.45 0.14 136.52 0.66 0.59
Hex 52 DC 78 3F 0 2D E 89 42 3B
Octal 122 334 170 77 0 55 16 211 102 73
Binary 1010010 11011100 1111000 111111 0 101101 1110 10001001 1000010 111011

Color Harmonies of #52DC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC78

Black with #52DC78

Text Example


Text Example

White with #52DC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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