#509B28

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

Shades of Limeade #509B28

Tints of Limeade #509B28

Color information

#509B28 (or 0x509B28) is unknown color: approx Limeade. HEX triplet: 50, 9B and 28. RGB value is (80,155,40). Sum of RGB (Red+Green+Blue) = 80+155+40=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #509B28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509B28 is #AF64D7. Grayscale: #777777. Windows color (decimal): -11494616 or 2661200. OLE color: 2661200.

HSL color Cylindrical-coordinate representation of color #509B28: hue angle of 99.13º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #509B28 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB8015540-
CMYK0.4800.740.39
HSL99.13º58.97%38.24%-
HSV(B)99.13º74.19%60.78%-
XYZ15.4125.36.08-
YUV119.4683.1599.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 155 (60.94% from 255) = 56.36%
BLUE value IS 40 (16.02% from 255) = 14.55%
R=29.09%
G=56.36%
B=14.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80155400.4800.740.3999.1358.9738.24
Hex509B283004A27633b26
Octal12023350600112471437346
Binary101000010011011101000110000010010101001111100011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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