#5B9B38

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

Shades of Limeade #5B9B38

Tints of Limeade #5B9B38

Color information

#5B9B38 (or 0x5B9B38) is unknown color: approx Limeade. HEX triplet: 5B, 9B and 38. RGB value is (91,155,56). Sum of RGB (Red+Green+Blue) = 91+155+56=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9B38 is #A464C7. Grayscale: #7C7C7C. Windows color (decimal): -10773704 or 3709787. OLE color: 3709787.

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

Color convert

RGB9115556-
CMYK0.4100.640.39
HSL98.79º46.92%41.37%-
HSV(B)98.79º63.87%60.78%-
XYZ16.7525.957.87-
YUV124.5889.3104.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.13%
GREEN value IS 155 (60.94% from 255) = 51.32%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=30.13%
G=51.32%
B=18.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91155560.4100.640.3998.7946.9241.37
Hex5B9B382904027632f29
Octal13323370510100471435751
Binary101101110011011111000101001010000001001111100011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,155,56); }

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

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

 a { background-color: rgb(91,155,56); }

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

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

 span { border-color: rgb(91,155,56); }

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