#509318

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

Shades of Limeade #509318

Tints of Limeade #509318

Color information

#509318 (or 0x509318) is unknown color: approx Limeade. HEX triplet: 50, 93 and 18. RGB value is (80,147,24). Sum of RGB (Red+Green+Blue) = 80+147+24=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #509318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509318 is #AF6CE7. Grayscale: #717171. Windows color (decimal): -11496680 or 1610576. OLE color: 1610576.

HSL color Cylindrical-coordinate representation of color #509318: hue angle of 92.68º 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 #509318 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB8014724-
CMYK0.4600.840.42
HSL92.68º71.93%33.53%-
HSV(B)92.68º83.67%57.65%-
XYZ13.9122.644.5-
YUV112.9477.8104.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.87%
GREEN value IS 147 (57.81% from 255) = 58.57%
BLUE value IS 24 (9.77% from 255) = 9.56%
R=31.87%
G=58.57%
B=9.56%

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
Decimal80147240.4600.840.4292.6871.9333.53
Hex5093182E0542A5d4822
Octal120223305601245213511042
Binary101000010010011110001011100101010010101010111011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509318; }

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

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

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

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

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

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

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

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