#56A21E

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

Shades of Limeade #56A21E

Tints of Limeade #56A21E

Color information

#56A21E (or 0x56A21E) is unknown color: approx Limeade. HEX triplet: 56, A2 and 1E. RGB value is (86,162,30). Sum of RGB (Red+Green+Blue) = 86+162+30=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #56A21E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A21E is #A95DE1. Grayscale: #7C7C7C. Windows color (decimal): -11099618 or 2007638. OLE color: 2007638.

HSL color Cylindrical-coordinate representation of color #56A21E: hue angle of 94.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56A21E is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB8616230-
CMYK0.4700.810.36
HSL94.55º68.75%37.65%-
HSV(B)94.55º81.48%63.53%-
XYZ16.9927.915.72-
YUV124.2374.82100.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 162 (63.67% from 255) = 58.27%
BLUE value IS 30 (12.11% from 255) = 10.79%
R=30.94%
G=58.27%
B=10.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86162300.4700.810.3694.5568.7537.65
Hex56A21E2F051245f4526
Octal126242365701214413710546
Binary101011010100010111101011110101000110010010111111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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