#56993B

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

Shades of Limeade #56993B

Tints of Limeade #56993B

Color information

#56993B (or 0x56993B) is unknown color: approx Limeade. HEX triplet: 56, 99 and 3B. RGB value is (86,153,59). Sum of RGB (Red+Green+Blue) = 86+153+59=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #56993B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56993B is #A966C4. Grayscale: #7A7A7A. Windows color (decimal): -11101893 or 3905878. OLE color: 3905878.

HSL color Cylindrical-coordinate representation of color #56993B: hue angle of 102.77º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56993B is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB8615359-
CMYK0.4400.610.4
HSL102.77º44.34%41.57%-
HSV(B)102.77º61.44%60%-
XYZ16.0225.088.13-
YUV122.2592.3102.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.86%
GREEN value IS 153 (60.16% from 255) = 51.34%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=28.86%
G=51.34%
B=19.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86153590.4400.610.4102.7744.3441.57
Hex56993B2C03D28672c2a
Octal1262317354075501475452
Binary10101101001100111101110110001111011010001100111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56993B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56993B; }

 p { color: rgb(86,153,59); }

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

<style>
 a { background-color: #56993B; }

 a { background-color: rgb(86,153,59); }

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

<style>
 span { border-color: #56993B; }

 span { border-color: rgb(86,153,59); }

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