#56A231

Color #56A231 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #56A231

Tints of Limeade #56A231

Color information

#56A231 (or 0x56A231) is unknown color: approx Limeade. HEX triplet: 56, A2 and 31. RGB value is (86,162,49). Sum of RGB (Red+Green+Blue) = 86+162+49=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #56A231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A231 is #A95DCE. Grayscale: #7E7E7E. Windows color (decimal): -11099599 or 3252822. OLE color: 3252822.

HSL color Cylindrical-coordinate representation of color #56A231: hue angle of 100.35º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56A231 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB8616249-
CMYK0.4700.700.36
HSL100.35º53.55%41.37%-
HSV(B)100.35º69.75%63.53%-
XYZ17.3128.047.41-
YUV126.3984.3299.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 162 (63.67% from 255) = 54.55%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=28.96%
G=54.55%
B=16.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86162490.4700.700.36100.3553.5541.37
Hex56A2312F04624643629
Octal12624261570106441446651
Binary101011010100010110001101111010001101001001100100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A231; }

 p { color: rgb(86,162,49); }

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

<style>
 a { background-color: #56A231; }

 a { background-color: rgb(86,162,49); }

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

<style>
 span { border-color: #56A231; }

 span { border-color: rgb(86,162,49); }

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