#509E28

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

Shades of Limeade #509E28

Tints of Limeade #509E28

Color information

#509E28 (or 0x509E28) is unknown color: approx Limeade. HEX triplet: 50, 9E and 28. RGB value is (80,158,40). Sum of RGB (Red+Green+Blue) = 80+158+40=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 158 (62.11% from 255 or 56.83% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 158 - color contains mainly: green. Hex color #509E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509E28 is #AF61D7. Grayscale: #797979. Windows color (decimal): -11493848 or 2661968. OLE color: 2661968.

HSL color Cylindrical-coordinate representation of color #509E28: hue angle of 99.66º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #509E28 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB8015840-
CMYK0.4900.750.38
HSL99.66º59.6%38.82%-
HSV(B)99.66º74.68%61.96%-
XYZ15.9226.316.25-
YUV121.2382.1698.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 158 (62.11% from 255) = 56.83%
BLUE value IS 40 (16.02% from 255) = 14.39%
R=28.78%
G=56.83%
B=14.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80158400.4900.750.3899.6659.638.82
Hex509E283104B26643c27
Octal12023650610113461447447
Binary101000010011110101000110001010010111001101100100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509E28; }

 p { color: rgb(80,158,40); }

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

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

 a { background-color: rgb(80,158,40); }

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

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

 span { border-color: rgb(80,158,40); }

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