#52DC65

Color #52DC65 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #52DC65

Tints of Emerald #52DC65

Color information

#52DC65 (or 0x52DC65) is unknown color: approx Emerald. HEX triplet: 52, DC and 65. RGB value is (82,220,101). Sum of RGB (Red+Green+Blue) = 82+220+101=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DC65 is #AD239A. Grayscale: #A5A5A5. Windows color (decimal): -11346843 or 6675538. OLE color: 6675538.

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

Color convert

RGB82220101-
CMYK0.6300.540.14
HSL128.26º66.35%59.22%-
HSV(B)128.26º62.73%86.27%-
XYZ31.4253.9221.06-
YUV165.1791.7868.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.35%
GREEN value IS 220 (86.33% from 255) = 54.59%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=20.35%
G=54.59%
B=25.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal822201010.6300.540.14128.2666.3559.22
Hex52DC653F036E80423b
Octal122334145770661620010273
Binary101001011011100110010111111101101101110100000001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52DC65;
 }
 .AnyTagClassName
 {
   color: #52DC65;
 }
</style>
background-color css

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

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

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

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

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

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