#509429

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

Shades of Limeade #509429

Tints of Limeade #509429

Color information

#509429 (or 0x509429) is unknown color: approx Limeade. HEX triplet: 50, 94 and 29. RGB value is (80,148,41). Sum of RGB (Red+Green+Blue) = 80+148+41=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #509429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509429 is #AF6BD6. Grayscale: #737373. Windows color (decimal): -11496407 or 2724944. OLE color: 2724944.

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

Color convert

RGB8014841-
CMYK0.4600.720.42
HSL98.13º56.61%37.06%-
HSV(B)98.13º72.3%58.04%-
XYZ14.323.055.79-
YUV115.4785.97102.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 148 (58.20% from 255) = 55.02%
BLUE value IS 41 (16.41% from 255) = 15.24%
R=29.74%
G=55.02%
B=15.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148410.4600.720.4298.1356.6137.06
Hex5094292E0482A623925
Octal12022451560110521427145
Binary101000010010100101001101110010010001010101100010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509429; }

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

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

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

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

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

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

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

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