#509108

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

Shades of Limeade #509108

Tints of Limeade #509108

Color information

#509108 (or 0x509108) is unknown color: approx Limeade. HEX triplet: 50, 91 and 08. RGB value is (80,145,8). Sum of RGB (Red+Green+Blue) = 80+145+8=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #509108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509108 is #AF6EF7. Grayscale: #6E6E6E. Windows color (decimal): -11497208 or 561488. OLE color: 561488.

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

Color convert

RGB801458-
CMYK0.4500.940.43
HSL88.47º89.54%30%-
HSV(B)88.47º94.48%56.86%-
XYZ13.4821.973.76-
YUV109.9570.47106.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 145 (57.03% from 255) = 62.23%
BLUE value IS 8 (3.52% from 255) = 3.43%
R=34.33%
G=62.23%
B=3.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8014580.4500.940.4388.4789.5430
Hex509182D05E2B585a1e
Octal120221105501365313013236
Binary1010000100100011000101101010111101010111011000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509108; }

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

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

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

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

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

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

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

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