#5b961f

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

Shades of Limeade #5B961F

Tints of Limeade #5B961F

Color information

#5B961F (or 0x5B961F) is unknown color: approx Limeade. HEX triplet: 5B, 96 and 1F. RGB value is (91,150,31). Sum of RGB (Red+Green+Blue) = 91+150+31=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #5B961F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B961F is #A469E0. Grayscale: #777777. Windows color (decimal): -10775009 or 2070107. OLE color: 2070107.

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

Color convert

RGB9115031-
CMYK0.3900.790.41
HSL89.75º65.75%35.49%-
HSV(B)89.75º79.33%58.82%-
XYZ15.4724.145.14-
YUV118.7978.45108.18-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.46%
GREEN value IS 150 (58.98% from 255) = 55.15%
BLUE value IS 31 (12.5% from 255) = 11.40%
R=33.46%
G=55.15%
B=11.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91150310.3900.790.4189.7565.7535.49
Hex5B961F2704F295a4223
Octal133226374701175113210243
Binary101101110010110111111001110100111110100110110101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b961f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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