#52C074

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

Shades of Emerald #52C074

Tints of Emerald #52C074

Color information

#52C074 (or 0x52C074) is unknown color: approx Emerald. HEX triplet: 52, C0 and 74. RGB value is (82,192,116). Sum of RGB (Red+Green+Blue) = 82+192+116=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #52C074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C074 is #AD3F8B. Grayscale: #969696. Windows color (decimal): -11353996 or 7651410. OLE color: 7651410.

HSL color Cylindrical-coordinate representation of color #52C074: hue angle of 138.55º 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 #52C074 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB82192116-
CMYK0.5700.400.25
HSL138.55º46.61%53.73%-
HSV(B)138.55º57.29%75.29%-
XYZ25.4840.7523.05-
YUV150.45108.5679.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.03%
GREEN value IS 192 (75.39% from 255) = 49.23%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=21.03%
G=49.23%
B=29.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821921160.5700.400.25138.5546.6153.73
Hex52C07439028198b2f36
Octal12230016471050312135766
Binary101001011000000111010011100101010001100110001011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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