#509826

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

Shades of Limeade #509826

Tints of Limeade #509826

Color information

#509826 (or 0x509826) is unknown color: approx Limeade. HEX triplet: 50, 98 and 26. RGB value is (80,152,38). Sum of RGB (Red+Green+Blue) = 80+152+38=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #509826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509826 is #AF67D9. Grayscale: #757575. Windows color (decimal): -11495386 or 2529360. OLE color: 2529360.

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

Color convert

RGB8015238-
CMYK0.4700.750.40
HSL97.89º60%37.25%-
HSV(B)97.89º75%59.61%-
XYZ14.8924.35.74-
YUV117.4883.15101.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 152 (59.77% from 255) = 56.30%
BLUE value IS 38 (15.23% from 255) = 14.07%
R=29.63%
G=56.30%
B=14.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80152380.4700.750.4097.896037.25
Hex5098262F04B28623c25
Octal12023046570113501427445
Binary101000010011000100110101111010010111010001100010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509826; }

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

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

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

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

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

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

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

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