#509829

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

Shades of Limeade #509829

Tints of Limeade #509829

Color information

#509829 (or 0x509829) is unknown color: approx Limeade. HEX triplet: 50, 98 and 29. RGB value is (80,152,41). Sum of RGB (Red+Green+Blue) = 80+152+41=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #509829 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509829 is #AF67D6. Grayscale: #767676. Windows color (decimal): -11495383 or 2725968. OLE color: 2725968.

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

Color convert

RGB8015241-
CMYK0.4700.730.40
HSL98.92º57.51%37.84%-
HSV(B)98.92º73.03%59.61%-
XYZ14.9424.326.01-
YUV117.8284.65101.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 152 (59.77% from 255) = 55.68%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=29.30%
G=55.68%
B=15.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152410.4700.730.4098.9257.5137.84
Hex5098292F04928633a26
Octal12023051570111501437246
Binary101000010011000101001101111010010011010001100011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509829; }

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

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

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

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

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

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

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

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