#509804

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

Shades of Limeade #509804

Tints of Limeade #509804

Color information

#509804 (or 0x509804) is unknown color: approx Limeade. HEX triplet: 50, 98 and 04. RGB value is (80,152,4). Sum of RGB (Red+Green+Blue) = 80+152+4=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 152 (59.77% from 255 or 64.41% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 152 - color contains mainly: green. Hex color #509804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509804 is #AF67FB. Grayscale: #727272. Windows color (decimal): -11495420 or 301136. OLE color: 301136.

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

Color convert

RGB801524-
CMYK0.4700.970.40
HSL89.19º94.87%30.59%-
HSV(B)89.19º97.37%59.61%-
XYZ14.5624.174.01-
YUV113.666.15104.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 152 (59.77% from 255) = 64.41%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=33.90%
G=64.41%
B=1.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8015240.4700.970.4089.1994.8730.59
Hex509842F06128595f1f
Octal12023045701415013113737
Binary101000010011000100101111011000011010001011001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509804; }

 p { color: rgb(80,152,4); }

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

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

 a { background-color: rgb(80,152,4); }

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

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

 span { border-color: rgb(80,152,4); }

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