#50980E

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

Shades of Limeade #50980E

Tints of Limeade #50980E

Color information

#50980E (or 0x50980E) is unknown color: approx Limeade. HEX triplet: 50, 98 and 0E. RGB value is (80,152,14). Sum of RGB (Red+Green+Blue) = 80+152+14=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 152 (59.77% from 255 or 61.79% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 152 - color contains mainly: green. Hex color #50980E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50980E is #AF67F1. Grayscale: #737373. Windows color (decimal): -11495410 or 956496. OLE color: 956496.

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

Color convert

RGB8015214-
CMYK0.4700.910.40
HSL91.3º83.13%32.55%-
HSV(B)91.3º90.79%59.61%-
XYZ14.6224.194.31-
YUV114.7471.15103.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.52%
GREEN value IS 152 (59.77% from 255) = 61.79%
BLUE value IS 14 (5.86% from 255) = 5.69%
R=32.52%
G=61.79%
B=5.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152140.4700.910.4091.383.1332.55
Hex5098E2F05B285b5321
Octal120230165701335013312341
Binary10100001001100011101011110101101110100010110111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50980E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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