#509406

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

Shades of Limeade #509406

Tints of Limeade #509406

Color information

#509406 (or 0x509406) is unknown color: approx Limeade. HEX triplet: 50, 94 and 06. RGB value is (80,148,6). Sum of RGB (Red+Green+Blue) = 80+148+6=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #509406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509406 is #AF6BF9. Grayscale: #6F6F6F. Windows color (decimal): -11496442 or 431184. OLE color: 431184.

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

Color convert

RGB801486-
CMYK0.4600.960.42
HSL88.73º92.21%30.2%-
HSV(B)88.73º95.95%58.04%-
XYZ13.9322.93.86-
YUV111.4868.47105.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 148 (58.20% from 255) = 63.25%
BLUE value IS 6 (2.73% from 255) = 2.56%
R=34.19%
G=63.25%
B=2.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8014860.4600.960.4288.7392.2130.2
Hex509462E0602A595c1e
Octal12022465601405213113436
Binary101000010010100110101110011000001010101011001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509406; }

 p { color: rgb(80,148,6); }

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

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

 a { background-color: rgb(80,148,6); }

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

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

 span { border-color: rgb(80,148,6); }

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