#5b9621

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

Shades of Limeade #5B9621

Tints of Limeade #5B9621

Color information

#5B9621 (or 0x5B9621) is unknown color: approx Limeade. HEX triplet: 5B, 96 and 21. RGB value is (91,150,33). Sum of RGB (Red+Green+Blue) = 91+150+33=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #5B9621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9621 is #A469DE. Grayscale: #777777. Windows color (decimal): -10775007 or 2201179. OLE color: 2201179.

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

Color convert

RGB9115033-
CMYK0.3900.780.41
HSL90.26º63.93%35.88%-
HSV(B)90.26º78%58.82%-
XYZ15.524.155.28-
YUV119.0279.45108.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.21%
GREEN value IS 150 (58.98% from 255) = 54.74%
BLUE value IS 33 (13.28% from 255) = 12.04%
R=33.21%
G=54.74%
B=12.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91150330.3900.780.4190.2663.9335.88
Hex5B96212704E295a4024
Octal133226414701165113210044
Binary1011011100101101000011001110100111010100110110101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b9621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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