#5B981A

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

Shades of Limeade #5B981A

Tints of Limeade #5B981A

Color information

#5B981A (or 0x5B981A) is unknown color: approx Limeade. HEX triplet: 5B, 98 and 1A. RGB value is (91,152,26). Sum of RGB (Red+Green+Blue) = 91+152+26=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #5B981A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B981A is #A467E5. Grayscale: #777777. Windows color (decimal): -10774502 or 1742939. OLE color: 1742939.

HSL color Cylindrical-coordinate representation of color #5B981A: hue angle of 89.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B981A is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB9115226-
CMYK0.4000.830.40
HSL89.05º70.79%34.9%-
HSV(B)89.05º82.89%59.61%-
XYZ15.7324.764.93-
YUV119.475.29107.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.83%
GREEN value IS 152 (59.77% from 255) = 56.51%
BLUE value IS 26 (10.55% from 255) = 9.67%
R=33.83%
G=56.51%
B=9.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91152260.4000.830.4089.0570.7934.9
Hex5B981A2805328594723
Octal133230325001235013110743
Binary101101110011000110101010000101001110100010110011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B981A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B981A; }

 p { color: rgb(91,152,26); }

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

<style>
 a { background-color: #5B981A; }

 a { background-color: rgb(91,152,26); }

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

<style>
 span { border-color: #5B981A; }

 span { border-color: rgb(91,152,26); }

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