#509927

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

Shades of Limeade #509927

Tints of Limeade #509927

Color information

#509927 (or 0x509927) is unknown color: approx Limeade. HEX triplet: 50, 99 and 27. RGB value is (80,153,39). Sum of RGB (Red+Green+Blue) = 80+153+39=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #509927 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509927 is #AF66D8. Grayscale: #767676. Windows color (decimal): -11495129 or 2595152. OLE color: 2595152.

HSL color Cylindrical-coordinate representation of color #509927: hue angle of 98.42º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #509927 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB8015339-
CMYK0.4800.750.4
HSL98.42º59.38%37.65%-
HSV(B)98.42º74.51%60%-
XYZ15.0724.635.88-
YUV118.1883.32100.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 153 (60.16% from 255) = 56.25%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=29.41%
G=56.25%
B=14.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153390.4800.750.498.4259.3837.65
Hex5099273004B28623b26
Octal12023147600113501427346
Binary101000010011001100111110000010010111010001100010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509927; }

 p { color: rgb(80,153,39); }

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

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

 a { background-color: rgb(80,153,39); }

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

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

 span { border-color: rgb(80,153,39); }

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