#5b973c

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

Shades of Limeade #5B973C

Tints of Limeade #5B973C

Color information

#5B973C (or 0x5B973C) is unknown color: approx Limeade. HEX triplet: 5B, 97 and 3C. RGB value is (91,151,60). Sum of RGB (Red+Green+Blue) = 91+151+60=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #5B973C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B973C is #A468C3. Grayscale: #7A7A7A. Windows color (decimal): -10774724 or 3970907. OLE color: 3970907.

HSL color Cylindrical-coordinate representation of color #5B973C: hue angle of 99.56º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B973C is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB9115160-
CMYK0.4000.600.41
HSL99.56º43.13%41.37%-
HSV(B)99.56º60.26%59.22%-
XYZ16.224.688.19-
YUV122.6992.62105.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.13%
GREEN value IS 151 (59.38% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 19.87%
R=30.13%
G=50%
B=19.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91151600.4000.600.4199.5643.1341.37
Hex5B973C2803C29642b29
Octal1332277450074511445351
Binary10110111001011111110010100001111001010011100100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b973c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,151,60); }

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

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

 a { background-color: rgb(91,151,60); }

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

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

 span { border-color: rgb(91,151,60); }

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