#509607

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

Shades of Limeade #509607

Tints of Limeade #509607

Color information

#509607 (or 0x509607) is unknown color: approx Limeade. HEX triplet: 50, 96 and 07. RGB value is (80,150,7). Sum of RGB (Red+Green+Blue) = 80+150+7=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 150 (58.98% from 255 or 63.29% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 150 - color contains mainly: green. Hex color #509607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509607 is #AF69F8. Grayscale: #717171. Windows color (decimal): -11495929 or 497232. OLE color: 497232.

HSL color Cylindrical-coordinate representation of color #509607: hue angle of 89.37º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #509607 is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB801507-
CMYK0.4700.950.41
HSL89.37º91.08%30.78%-
HSV(B)89.37º95.33%58.82%-
XYZ14.2523.533.99-
YUV112.7768.31104.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 150 (58.98% from 255) = 63.29%
BLUE value IS 7 (3.12% from 255) = 2.95%
R=33.76%
G=63.29%
B=2.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8015070.4700.950.4189.3791.0830.78
Hex509672F05F29595b1f
Octal12022675701375113113337
Binary101000010010110111101111010111111010011011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509607; }

 p { color: rgb(80,150,7); }

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

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

 a { background-color: rgb(80,150,7); }

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

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

 span { border-color: rgb(80,150,7); }

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