#50960B

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

Shades of Limeade #50960B

Tints of Limeade #50960B

Color information

#50960B (or 0x50960B) is unknown color: approx Limeade. HEX triplet: 50, 96 and 0B. RGB value is (80,150,11). Sum of RGB (Red+Green+Blue) = 80+150+11=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 150 (58.98% from 255 or 62.24% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 150 - color contains mainly: green. Hex color #50960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50960B is #AF69F4. Grayscale: #717171. Windows color (decimal): -11495925 or 759376. OLE color: 759376.

HSL color Cylindrical-coordinate representation of color #50960B: hue angle of 90.22º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50960B is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB8015011-
CMYK0.4700.930.41
HSL90.22º86.34%31.57%-
HSV(B)90.22º92.67%58.82%-
XYZ14.2823.544.11-
YUV113.2270.31104.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 150 (58.98% from 255) = 62.24%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=33.20%
G=62.24%
B=4.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80150110.4700.930.4190.2286.3431.57
Hex5096B2F05D295a5620
Octal120226135701355113212640
Binary10100001001011010111011110101110110100110110101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50960B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50960B; }

 p { color: rgb(80,150,11); }

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

<style>
 a { background-color: #50960B; }

 a { background-color: rgb(80,150,11); }

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

<style>
 span { border-color: #50960B; }

 span { border-color: rgb(80,150,11); }

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