#52C07C

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

Shades of Emerald #52C07C

Tints of Emerald #52C07C

Color information

#52C07C (or 0x52C07C) is unknown color: approx Emerald. HEX triplet: 52, C0 and 7C. RGB value is (82,192,124). Sum of RGB (Red+Green+Blue) = 82+192+124=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #52C07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C07C is #AD3F83. Grayscale: #979797. Windows color (decimal): -11353988 or 8175698. OLE color: 8175698.

HSL color Cylindrical-coordinate representation of color #52C07C: hue angle of 142.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C07C is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB82192124-
CMYK0.5700.350.25
HSL142.91º46.61%53.73%-
HSV(B)142.91º57.29%75.29%-
XYZ25.9740.9525.6-
YUV151.36112.5678.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.60%
GREEN value IS 192 (75.39% from 255) = 48.24%
BLUE value IS 124 (48.83% from 255) = 31.16%
R=20.60%
G=48.24%
B=31.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821921240.5700.350.25142.9146.6153.73
Hex52C07C39023198f2f36
Octal12230017471043312175766
Binary101001011000000111110011100101000111100110001111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,192,124); }

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

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

 a { background-color: rgb(82,192,124); }

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

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

 span { border-color: rgb(82,192,124); }

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