#509101

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

Shades of Limeade #509101

Tints of Limeade #509101

Color information

#509101 (or 0x509101) is unknown color: approx Limeade. HEX triplet: 50, 91 and 01. RGB value is (80,145,1). Sum of RGB (Red+Green+Blue) = 80+145+1=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 145 (57.03% from 255 or 64.16% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 145 - color contains mainly: green. Hex color #509101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509101 is #AF6EFE. Grayscale: #6D6D6D. Windows color (decimal): -11497215 or 102736. OLE color: 102736.

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

Color convert

RGB801451-
CMYK0.4500.990.43
HSL87.08º98.63%28.63%-
HSV(B)87.08º99.31%56.86%-
XYZ13.4421.963.56-
YUV109.1566.97107.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 145 (57.03% from 255) = 64.16%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=35.40%
G=64.16%
B=0.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8014510.4500.990.4387.0898.6328.63
Hex509112D0632B57631d
Octal12022115501435312714335
Binary1010000100100011101101011000111010111010111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509101; }

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

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

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

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

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

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

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

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