#56A634

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

Shades of Limeade #56A634

Tints of Limeade #56A634

Color information

#56A634 (or 0x56A634) is unknown color: approx Limeade. HEX triplet: 56, A6 and 34. RGB value is (86,166,52). Sum of RGB (Red+Green+Blue) = 86+166+52=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #56A634 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A634 is #A959CB. Grayscale: #818181. Windows color (decimal): -11098572 or 3450454. OLE color: 3450454.

HSL color Cylindrical-coordinate representation of color #56A634: hue angle of 102.11º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56A634 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB8616652-
CMYK0.4800.690.35
HSL102.11º52.29%42.75%-
HSV(B)102.11º68.67%65.1%-
XYZ18.0929.57.99-
YUV129.0884.597.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 166 (65.23% from 255) = 54.61%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=28.29%
G=54.61%
B=17.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86166520.4800.690.35102.1152.2942.75
Hex56A634300452366342b
Octal12624664600105431466453
Binary101011010100110110100110000010001011000111100110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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