#52C671

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

Shades of Emerald #52C671

Tints of Emerald #52C671

Color information

#52C671 (or 0x52C671) is unknown color: approx Emerald. HEX triplet: 52, C6 and 71. RGB value is (82,198,113). Sum of RGB (Red+Green+Blue) = 82+198+113=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #52C671 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C671 is #AD398E. Grayscale: #999999. Windows color (decimal): -11352463 or 7456338. OLE color: 7456338.

HSL color Cylindrical-coordinate representation of color #52C671: hue angle of 136.03º 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 #52C671 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB82198113-
CMYK0.5900.430.22
HSL136.03º50.43%54.9%-
HSV(B)136.03º58.59%77.65%-
XYZ26.6543.3722.59-
YUV153.63105.0776.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.87%
GREEN value IS 198 (77.73% from 255) = 50.38%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=20.87%
G=50.38%
B=28.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821981130.5900.430.22136.0350.4354.9
Hex52C6713B02B16883237
Octal12230616173053262106267
Binary101001011000110111000111101101010111011010001000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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