#5B9F1F

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

Shades of Limeade #5B9F1F

Tints of Limeade #5B9F1F

Color information

#5B9F1F (or 0x5B9F1F) is unknown color: approx Limeade. HEX triplet: 5B, 9F and 1F. RGB value is (91,159,31). Sum of RGB (Red+Green+Blue) = 91+159+31=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 159 (62.5% from 255 or 56.58% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 159 - color contains mainly: green. Hex color #5B9F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9F1F is #A460E0. Grayscale: #7C7C7C. Windows color (decimal): -10772705 or 2072411. OLE color: 2072411.

HSL color Cylindrical-coordinate representation of color #5B9F1F: hue angle of 91.88º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B9F1F is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB9115931-
CMYK0.4300.810.38
HSL91.88º67.37%37.25%-
HSV(B)91.88º80.5%62.35%-
XYZ16.9627.125.64-
YUV124.0875.47104.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.38%
GREEN value IS 159 (62.5% from 255) = 56.58%
BLUE value IS 31 (12.5% from 255) = 11.03%
R=32.38%
G=56.58%
B=11.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91159310.4300.810.3891.8867.3737.25
Hex5B9F1F2B051265c4325
Octal133237375301214613410345
Binary101101110011111111111010110101000110011010111001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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