#509125

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

Shades of Limeade #509125

Tints of Limeade #509125

Color information

#509125 (or 0x509125) is unknown color: approx Limeade. HEX triplet: 50, 91 and 25. RGB value is (80,145,37). Sum of RGB (Red+Green+Blue) = 80+145+37=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #509125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509125 is #AF6EDA. Grayscale: #717171. Windows color (decimal): -11497179 or 2462032. OLE color: 2462032.

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

Color convert

RGB8014537-
CMYK0.4500.740.43
HSL96.11º59.34%35.69%-
HSV(B)96.11º74.48%56.86%-
XYZ13.7722.095.29-
YUV113.2584.97104.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 145 (57.03% from 255) = 55.34%
BLUE value IS 37 (14.84% from 255) = 14.12%
R=30.53%
G=55.34%
B=14.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80145370.4500.740.4396.1159.3435.69
Hex5091252D04A2B603b24
Octal12022145550112531407344
Binary101000010010001100101101101010010101010111100000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509125; }

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

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

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

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

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

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

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

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