#56A334

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

Shades of Limeade #56A334

Tints of Limeade #56A334

Color information

#56A334 (or 0x56A334) is unknown color: approx Limeade. HEX triplet: 56, A3 and 34. RGB value is (86,163,52). Sum of RGB (Red+Green+Blue) = 86+163+52=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #56A334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A334 is #A95CCB. Grayscale: #7F7F7F. Windows color (decimal): -11099340 or 3449686. OLE color: 3449686.

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

Color convert

RGB8616352-
CMYK0.4700.680.36
HSL101.62º51.63%42.16%-
HSV(B)101.62º68.1%63.92%-
XYZ17.5528.427.81-
YUV127.3285.4998.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 163 (64.06% from 255) = 54.15%
BLUE value IS 52 (20.70% from 255) = 17.28%
R=28.57%
G=54.15%
B=17.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86163520.4700.680.36101.6251.6342.16
Hex56A3342F0442466342a
Octal12624364570104441466452
Binary101011010100011110100101111010001001001001100110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,163,52); }

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

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

 a { background-color: rgb(86,163,52); }

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

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

 span { border-color: rgb(86,163,52); }

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