#52c567

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

Shades of Emerald #52C567

Tints of Emerald #52C567

Color information

#52C567 (or 0x52C567) is unknown color: approx Emerald. HEX triplet: 52, C5 and 67. RGB value is (82,197,103). Sum of RGB (Red+Green+Blue) = 82+197+103=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #52C567 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C567 is #AD3A98. Grayscale: #989898. Windows color (decimal): -11352729 or 6800722. OLE color: 6800722.

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

Color convert

RGB82197103-
CMYK0.5800.480.23
HSL130.96º49.78%54.71%-
HSV(B)130.96º58.38%77.25%-
XYZ25.8942.7119.71-
YUV151.9100.478.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.47%
GREEN value IS 197 (77.34% from 255) = 51.57%
BLUE value IS 103 (40.62% from 255) = 26.96%
R=21.47%
G=51.57%
B=26.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821971030.5800.480.23130.9649.7854.71
Hex52C5673A03017833237
Octal12230514772060272036267
Binary101001011000101110011111101001100001011110000011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52c567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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