#5B9421

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

Shades of Limeade #5B9421

Tints of Limeade #5B9421

Color information

#5B9421 (or 0x5B9421) is unknown color: approx Limeade. HEX triplet: 5B, 94 and 21. RGB value is (91,148,33). Sum of RGB (Red+Green+Blue) = 91+148+33=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #5B9421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9421 is #A46BDE. Grayscale: #767676. Windows color (decimal): -10775519 or 2200667. OLE color: 2200667.

HSL color Cylindrical-coordinate representation of color #5B9421: hue angle of 89.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B9421 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB9114833-
CMYK0.3900.780.42
HSL89.74º63.54%35.49%-
HSV(B)89.74º77.7%58.04%-
XYZ15.1823.515.18-
YUV117.8580.12108.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.46%
GREEN value IS 148 (58.20% from 255) = 54.41%
BLUE value IS 33 (13.28% from 255) = 12.13%
R=33.46%
G=54.41%
B=12.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91148330.3900.780.4289.7463.5435.49
Hex5B94212704E2A5a4023
Octal133224414701165213210043
Binary1011011100101001000011001110100111010101010110101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,148,33); }

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

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

 a { background-color: rgb(91,148,33); }

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

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

 span { border-color: rgb(91,148,33); }

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