#509b11

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

Shades of Limeade #509B11

Tints of Limeade #509B11

Color information

#509B11 (or 0x509B11) is unknown color: approx Limeade. HEX triplet: 50, 9B and 11. RGB value is (80,155,17). Sum of RGB (Red+Green+Blue) = 80+155+17=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 155 (60.94% from 255 or 61.51% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 155 - color contains mainly: green. Hex color #509B11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509B11 is #AF64EE. Grayscale: #757575. Windows color (decimal): -11494639 or 1153872. OLE color: 1153872.

HSL color Cylindrical-coordinate representation of color #509B11: hue angle of 92.61º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #509B11 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB8015517-
CMYK0.4800.890.39
HSL92.61º80.23%33.73%-
HSV(B)92.61º89.03%60.78%-
XYZ15.1325.194.59-
YUV116.8471.65101.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 155 (60.94% from 255) = 61.51%
BLUE value IS 17 (7.03% from 255) = 6.75%
R=31.75%
G=61.51%
B=6.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80155170.4800.890.3992.6180.2333.73
Hex509B1130059275d5022
Octal120233216001314713512042
Binary101000010011011100011100000101100110011110111011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509b11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509b11; }

 p { color: rgb(80,155,17); }

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

<style>
 a { background-color: #509b11; }

 a { background-color: rgb(80,155,17); }

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

<style>
 span { border-color: #509b11; }

 span { border-color: rgb(80,155,17); }

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