#52C56F

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

Shades of Emerald #52C56F

Tints of Emerald #52C56F

Color information

#52C56F (or 0x52C56F) is unknown color: approx Emerald. HEX triplet: 52, C5 and 6F. RGB value is (82,197,111). Sum of RGB (Red+Green+Blue) = 82+197+111=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #52C56F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C56F is #AD3A90. Grayscale: #999999. Windows color (decimal): -11352721 or 7325010. OLE color: 7325010.

HSL color Cylindrical-coordinate representation of color #52C56F: hue angle of 135.13º degrees, saturation: 0.5, 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 #52C56F is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB82197111-
CMYK0.5800.440.23
HSL135.13º49.78%54.71%-
HSV(B)135.13º58.38%77.25%-
XYZ26.3242.8721.93-
YUV152.81104.477.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.03%
GREEN value IS 197 (77.34% from 255) = 50.51%
BLUE value IS 111 (43.75% from 255) = 28.46%
R=21.03%
G=50.51%
B=28.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821971110.5800.440.23135.1349.7854.71
Hex52C56F3A02C17873237
Octal12230515772054272076267
Binary101001011000101110111111101001011001011110000111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,197,111); }

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

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

 a { background-color: rgb(82,197,111); }

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

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

 span { border-color: rgb(82,197,111); }

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