#509211

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

Shades of Limeade #509211

Tints of Limeade #509211

Color information

#509211 (or 0x509211) is unknown color: approx Limeade. HEX triplet: 50, 92 and 11. RGB value is (80,146,17). Sum of RGB (Red+Green+Blue) = 80+146+17=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #509211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509211 is #AF6DEE. Grayscale: #707070. Windows color (decimal): -11496943 or 1151568. OLE color: 1151568.

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

Color convert

RGB8014617-
CMYK0.4500.880.43
HSL90.7º79.14%31.96%-
HSV(B)90.7º88.36%57.25%-
XYZ13.6922.34.11-
YUV111.5674.63105.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 146 (57.42% from 255) = 60.08%
BLUE value IS 17 (7.03% from 255) = 7.00%
R=32.92%
G=60.08%
B=7.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80146170.4500.880.4390.779.1431.96
Hex5092112D0582B5b4f20
Octal120222215501305313311740
Binary101000010010010100011011010101100010101110110111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509211; }

 p { color: rgb(80,146,17); }

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

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

 a { background-color: rgb(80,146,17); }

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

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

 span { border-color: rgb(80,146,17); }

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