#56933A

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

Shades of Limeade #56933A

Tints of Limeade #56933A

Color information

#56933A (or 0x56933A) is unknown color: approx Limeade. HEX triplet: 56, 93 and 3A. RGB value is (86,147,58). Sum of RGB (Red+Green+Blue) = 86+147+58=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #56933A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56933A is #A96CC5. Grayscale: #767676. Windows color (decimal): -11103430 or 3838806. OLE color: 3838806.

HSL color Cylindrical-coordinate representation of color #56933A: hue angle of 101.12º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56933A is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB8614758-
CMYK0.4100.610.42
HSL101.12º43.41%40.2%-
HSV(B)101.12º60.54%57.65%-
XYZ15.0423.157.68-
YUV118.6293.79104.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 147 (57.81% from 255) = 50.52%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=29.55%
G=50.52%
B=19.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86147580.4100.610.42101.1243.4140.2
Hex56933A2903D2A652b28
Octal1262237251075521455350
Binary10101101001001111101010100101111011010101100101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56933A; }

 p { color: rgb(86,147,58); }

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

<style>
 a { background-color: #56933A; }

 a { background-color: rgb(86,147,58); }

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

<style>
 span { border-color: #56933A; }

 span { border-color: rgb(86,147,58); }

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