#508f09

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

Shades of Limeade #508F09

Tints of Limeade #508F09

Color information

#508F09 (or 0x508F09) is unknown color: approx Limeade. HEX triplet: 50, 8F and 09. RGB value is (80,143,9). Sum of RGB (Red+Green+Blue) = 80+143+9=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 143 (56.25% from 255 or 61.64% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 143 - color contains mainly: green. Hex color #508F09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508F09 is #AF70F6. Grayscale: #6D6D6D. Windows color (decimal): -11497719 or 626512. OLE color: 626512.

HSL color Cylindrical-coordinate representation of color #508F09: hue angle of 88.21º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #508F09 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB801439-
CMYK0.4400.940.44
HSL88.21º88.16%29.8%-
HSV(B)88.21º93.71%56.08%-
XYZ13.1821.373.69-
YUV108.8971.63107.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 143 (56.25% from 255) = 61.64%
BLUE value IS 9 (3.91% from 255) = 3.88%
R=34.48%
G=61.64%
B=3.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8014390.4400.940.4488.2188.1629.8
Hex508F92C05E2C58581e
Octal120217115401365413013036
Binary1010000100011111001101100010111101011001011000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508f09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508f09; }

 p { color: rgb(80,143,9); }

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

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

 a { background-color: rgb(80,143,9); }

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

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

 span { border-color: rgb(80,143,9); }

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