#509529

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

Shades of Limeade #509529

Tints of Limeade #509529

Color information

#509529 (or 0x509529) is unknown color: approx Limeade. HEX triplet: 50, 95 and 29. RGB value is (80,149,41). Sum of RGB (Red+Green+Blue) = 80+149+41=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #509529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509529 is #AF6AD6. Grayscale: #747474. Windows color (decimal): -11496151 or 2725200. OLE color: 2725200.

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

Color convert

RGB8014941-
CMYK0.4600.720.42
HSL98.33º56.84%37.25%-
HSV(B)98.33º72.48%58.43%-
XYZ14.4623.365.84-
YUV116.0685.64102.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 149 (58.59% from 255) = 55.19%
BLUE value IS 41 (16.41% from 255) = 15.19%
R=29.63%
G=55.19%
B=15.19%

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
Decimal80149410.4600.720.4298.3356.8437.25
Hex5095292E0482A623925
Octal12022551560110521427145
Binary101000010010101101001101110010010001010101100010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509529; }

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

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

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

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

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

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

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

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