#52C66A

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

Shades of Emerald #52C66A

Tints of Emerald #52C66A

Color information

#52C66A (or 0x52C66A) is unknown color: approx Emerald. HEX triplet: 52, C6 and 6A. RGB value is (82,198,106). Sum of RGB (Red+Green+Blue) = 82+198+106=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #52C66A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C66A is #AD3995. Grayscale: #999999. Windows color (decimal): -11352470 or 6997586. OLE color: 6997586.

HSL color Cylindrical-coordinate representation of color #52C66A: hue angle of 132.41º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C66A is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB82198106-
CMYK0.5900.460.22
HSL132.41º50.43%54.9%-
HSV(B)132.41º58.59%77.65%-
XYZ26.2843.2220.59-
YUV152.83101.5777.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.24%
GREEN value IS 198 (77.73% from 255) = 51.30%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=21.24%
G=51.30%
B=27.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821981060.5900.460.22132.4150.4354.9
Hex52C66A3B02E16843237
Octal12230615273056262046267
Binary101001011000110110101011101101011101011010000100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,198,106); }

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

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

 a { background-color: rgb(82,198,106); }

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

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

 span { border-color: rgb(82,198,106); }

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