#509120

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

Shades of Limeade #509120

Tints of Limeade #509120

Color information

#509120 (or 0x509120) is unknown color: approx Limeade. HEX triplet: 50, 91 and 20. RGB value is (80,145,32). Sum of RGB (Red+Green+Blue) = 80+145+32=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #509120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509120 is #AF6EDF. Grayscale: #717171. Windows color (decimal): -11497184 or 2134352. OLE color: 2134352.

HSL color Cylindrical-coordinate representation of color #509120: hue angle of 94.51º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #509120 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB8014532-
CMYK0.4500.780.43
HSL94.51º63.84%34.71%-
HSV(B)94.51º77.93%56.86%-
XYZ13.6922.064.9-
YUV112.6882.47104.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 145 (57.03% from 255) = 56.42%
BLUE value IS 32 (12.89% from 255) = 12.45%
R=31.13%
G=56.42%
B=12.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80145320.4500.780.4394.5163.8434.71
Hex5091202D04E2B5f4023
Octal120221405501165313710043
Binary1010000100100011000001011010100111010101110111111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509120; }

 p { color: rgb(80,145,32); }

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

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

 a { background-color: rgb(80,145,32); }

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

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

 span { border-color: rgb(80,145,32); }

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