#50980B

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

Shades of Limeade #50980B

Tints of Limeade #50980B

Color information

#50980B (or 0x50980B) is unknown color: approx Limeade. HEX triplet: 50, 98 and 0B. RGB value is (80,152,11). Sum of RGB (Red+Green+Blue) = 80+152+11=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #50980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50980B is #AF67F4. Grayscale: #727272. Windows color (decimal): -11495413 or 759888. OLE color: 759888.

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

Color convert

RGB8015211-
CMYK0.4700.930.40
HSL90.64º86.5%31.96%-
HSV(B)90.64º92.76%59.61%-
XYZ14.624.194.22-
YUV114.469.65103.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 152 (59.77% from 255) = 62.55%
BLUE value IS 11 (4.69% from 255) = 4.53%
R=32.92%
G=62.55%
B=4.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152110.4700.930.4090.6486.531.96
Hex5098B2F05D285b5720
Octal120230135701355013312740
Binary10100001001100010111011110101110110100010110111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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