Html Css Color HEX #52DC64 Emerald

📋 copy color: '#52DC64'

red 82 ◦ green 220 ◦ blue 100

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

Shades of Emerald #52DC64

Tints of Emerald #52DC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.88%

R = 20.4%
G = 54.73%
B = 24.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#52DC64 (or 0x52DC64) is known color: Emerald. HEX triplet: 52, DC and 64. RGB value is (82,220,100). Sum of RGB (Red+Green+Blue) = 82+220+100=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DC64 is #AD239B. Grayscale: #A5A5A5. Windows color (decimal): -11346844 or 6610002. OLE color: 6610002.

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

Color convert

RGB 82 220 100 -
CMYK 0.63 0 0.55 0.14
HSL 127.83º 0.66% 0.59% -
HSV(B) 127.83º 0.63% 0.86% -
XYZ 31.37 53.9 20.81 -
YUV 165.06 91.28 68.76 -
System Red Green Blue C M Y K H S L
Decimal 82 220 100 0.63 0 0.55 0.14 127.83 0.66 0.59
Hex 52 DC 64 3F 0 37 E 80 42 3B
Octal 122 334 144 77 0 67 16 200 102 73
Binary 1010010 11011100 1100100 111111 0 110111 1110 10000000 1000010 111011

Color Harmonies of #52DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC64

Black with #52DC64

Text Example


Text Example

White with #52DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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