#509D26

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

Shades of Limeade #509D26

Tints of Limeade #509D26

Color information

#509D26 (or 0x509D26) is unknown color: approx Limeade. HEX triplet: 50, 9D and 26. RGB value is (80,157,38). Sum of RGB (Red+Green+Blue) = 80+157+38=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #509D26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509D26 is #AF62D9. Grayscale: #787878. Windows color (decimal): -11494106 or 2530640. OLE color: 2530640.

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

Color convert

RGB8015738-
CMYK0.4900.760.38
HSL98.82º61.03%38.24%-
HSV(B)98.82º75.8%61.57%-
XYZ15.7225.966.02-
YUV120.4181.4999.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 157 (61.72% from 255) = 57.09%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=29.09%
G=57.09%
B=13.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80157380.4900.760.3898.8261.0338.24
Hex509D263104C26633d26
Octal12023546610114461437546
Binary101000010011101100110110001010011001001101100011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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