#509428

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

Shades of Limeade #509428

Tints of Limeade #509428

Color information

#509428 (or 0x509428) is unknown color: approx Limeade. HEX triplet: 50, 94 and 28. RGB value is (80,148,40). Sum of RGB (Red+Green+Blue) = 80+148+40=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #509428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509428 is #AF6BD7. Grayscale: #737373. Windows color (decimal): -11496408 or 2659408. OLE color: 2659408.

HSL color Cylindrical-coordinate representation of color #509428: hue angle of 97.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #509428 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB8014840-
CMYK0.4600.730.42
HSL97.78º57.45%36.86%-
HSV(B)97.78º72.97%58.04%-
XYZ14.2823.045.7-
YUV115.3685.47102.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 148 (58.20% from 255) = 55.22%
BLUE value IS 40 (16.02% from 255) = 14.93%
R=29.85%
G=55.22%
B=14.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148400.4600.730.4297.7857.4536.86
Hex5094282E0492A623925
Octal12022450560111521427145
Binary101000010010100101000101110010010011010101100010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509428; }

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

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

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

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

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

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

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

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