#509525

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

Shades of Limeade #509525

Tints of Limeade #509525

Color information

#509525 (or 0x509525) is unknown color: approx Limeade. HEX triplet: 50, 95 and 25. RGB value is (80,149,37). Sum of RGB (Red+Green+Blue) = 80+149+37=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #509525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509525 is #AF6ADA. Grayscale: #737373. Windows color (decimal): -11496155 or 2463056. OLE color: 2463056.

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

Color convert

RGB8014937-
CMYK0.4600.750.42
HSL96.96º60.22%36.47%-
HSV(B)96.96º75.17%58.43%-
XYZ14.3923.335.5-
YUV115.683.64102.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 149 (58.59% from 255) = 56.02%
BLUE value IS 37 (14.84% from 255) = 13.91%
R=30.08%
G=56.02%
B=13.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80149370.4600.750.4296.9660.2236.47
Hex5095252E04B2A613c24
Octal12022545560113521417444
Binary101000010010101100101101110010010111010101100001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509525; }

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

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

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

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

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

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

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

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