#5B9E1F

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

Shades of Limeade #5B9E1F

Tints of Limeade #5B9E1F

Color information

#5B9E1F (or 0x5B9E1F) is unknown color: approx Limeade. HEX triplet: 5B, 9E and 1F. RGB value is (91,158,31). Sum of RGB (Red+Green+Blue) = 91+158+31=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 158 (62.11% from 255 or 56.43% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9E1F is #A461E0. Grayscale: #7B7B7B. Windows color (decimal): -10772961 or 2072155. OLE color: 2072155.

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

Color convert

RGB9115831-
CMYK0.4200.800.38
HSL91.65º67.2%37.06%-
HSV(B)91.65º80.38%61.96%-
XYZ16.7926.785.58-
YUV123.4975.8104.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 158 (62.11% from 255) = 56.43%
BLUE value IS 31 (12.5% from 255) = 11.07%
R=32.5%
G=56.43%
B=11.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91158310.4200.800.3891.6567.237.06
Hex5B9E1F2A050265c4325
Octal133236375201204613410345
Binary101101110011110111111010100101000010011010111001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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