#509418

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

Shades of Limeade #509418

Tints of Limeade #509418

Color information

#509418 (or 0x509418) is unknown color: approx Limeade. HEX triplet: 50, 94 and 18. RGB value is (80,148,24). Sum of RGB (Red+Green+Blue) = 80+148+24=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #509418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509418 is #AF6BE7. Grayscale: #717171. Windows color (decimal): -11496424 or 1610832. OLE color: 1610832.

HSL color Cylindrical-coordinate representation of color #509418: hue angle of 92.9º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #509418 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB8014824-
CMYK0.4600.840.42
HSL92.9º72.09%33.73%-
HSV(B)92.9º83.78%58.04%-
XYZ14.0622.954.55-
YUV113.5377.47104.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 148 (58.20% from 255) = 58.73%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=31.75%
G=58.73%
B=9.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148240.4600.840.4292.972.0933.73
Hex5094182E0542A5d4822
Octal120224305601245213511042
Binary101000010010100110001011100101010010101010111011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509418; }

 p { color: rgb(80,148,24); }

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

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

 a { background-color: rgb(80,148,24); }

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

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

 span { border-color: rgb(80,148,24); }

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