#52C468

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

Shades of Emerald #52C468

Tints of Emerald #52C468

Color information

#52C468 (or 0x52C468) is unknown color: approx Emerald. HEX triplet: 52, C4 and 68. RGB value is (82,196,104). Sum of RGB (Red+Green+Blue) = 82+196+104=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #52C468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C468 is #AD3B97. Grayscale: #979797. Windows color (decimal): -11352984 or 6866002. OLE color: 6866002.

HSL color Cylindrical-coordinate representation of color #52C468: hue angle of 131.58º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C468 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB82196104-
CMYK0.5800.470.23
HSL131.58º49.14%54.51%-
HSV(B)131.58º58.16%76.86%-
XYZ25.7242.2719.9-
YUV151.43101.2378.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.47%
GREEN value IS 196 (76.95% from 255) = 51.31%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=21.47%
G=51.31%
B=27.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821961040.5800.470.23131.5849.1454.51
Hex52C4683A02F17843137
Octal12230415072057272046167
Binary101001011000100110100011101001011111011110000100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,196,104); }

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

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

 a { background-color: rgb(82,196,104); }

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

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

 span { border-color: rgb(82,196,104); }

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