#509524

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

Shades of Limeade #509524

Tints of Limeade #509524

Color information

#509524 (or 0x509524) is unknown color: approx Limeade. HEX triplet: 50, 95 and 24. RGB value is (80,149,36). Sum of RGB (Red+Green+Blue) = 80+149+36=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #509524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509524 is #AF6ADB. Grayscale: #737373. Windows color (decimal): -11496156 or 2397520. OLE color: 2397520.

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

Color convert

RGB8014936-
CMYK0.4600.760.42
HSL96.64º61.08%36.27%-
HSV(B)96.64º75.84%58.43%-
XYZ14.3723.335.41-
YUV115.4983.14102.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 149 (58.59% from 255) = 56.23%
BLUE value IS 36 (14.45% from 255) = 13.58%
R=30.19%
G=56.23%
B=13.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80149360.4600.760.4296.6461.0836.27
Hex5095242E04C2A613d24
Octal12022544560114521417544
Binary101000010010101100100101110010011001010101100001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509524; }

 p { color: rgb(80,149,36); }

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

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

 a { background-color: rgb(80,149,36); }

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

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

 span { border-color: rgb(80,149,36); }

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