#509216

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

Shades of Limeade #509216

Tints of Limeade #509216

Color information

#509216 (or 0x509216) is unknown color: approx Limeade. HEX triplet: 50, 92 and 16. RGB value is (80,146,22). Sum of RGB (Red+Green+Blue) = 80+146+22=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #509216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509216 is #AF6DE9. Grayscale: #707070. Windows color (decimal): -11496938 or 1479248. OLE color: 1479248.

HSL color Cylindrical-coordinate representation of color #509216: hue angle of 91.94º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #509216 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB8014622-
CMYK0.4500.850.43
HSL91.94º73.81%32.94%-
HSV(B)91.94º84.93%57.25%-
XYZ13.7322.324.34-
YUV112.1377.13105.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 146 (57.42% from 255) = 58.87%
BLUE value IS 22 (8.98% from 255) = 8.87%
R=32.26%
G=58.87%
B=8.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80146220.4500.850.4391.9473.8132.94
Hex5092162D0552B5c4a21
Octal120222265501255313411241
Binary101000010010010101101011010101010110101110111001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509216; }

 p { color: rgb(80,146,22); }

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

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

 a { background-color: rgb(80,146,22); }

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

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

 span { border-color: rgb(80,146,22); }

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