#52CC63

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

Shades of Emerald #52CC63

Tints of Emerald #52CC63

Color information

#52CC63 (or 0x52CC63) is unknown color: approx Emerald. HEX triplet: 52, CC and 63. RGB value is (82,204,99). Sum of RGB (Red+Green+Blue) = 82+204+99=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CC63 is #AD339C. Grayscale: #9B9B9B. Windows color (decimal): -11350941 or 6540370. OLE color: 6540370.

HSL color Cylindrical-coordinate representation of color #52CC63: hue angle of 128.36º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CC63 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB8220499-
CMYK0.6000.510.2
HSL128.36º54.46%56.08%-
HSV(B)128.36º59.8%80%-
XYZ27.3245.8819.22-
YUV155.5596.0875.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.30%
GREEN value IS 204 (80.08% from 255) = 52.99%
BLUE value IS 99 (39.06% from 255) = 25.71%
R=21.30%
G=52.99%
B=25.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal82204990.6000.510.2128.3654.4656.08
Hex52CC633C03314803638
Octal12231414374063242006670
Binary101001011001100110001111110001100111010010000000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,204,99); }

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

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

 a { background-color: rgb(82,204,99); }

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

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

 span { border-color: rgb(82,204,99); }

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