#509C0D

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

Shades of Limeade #509C0D

Tints of Limeade #509C0D

Color information

#509C0D (or 0x509C0D) is unknown color: approx Limeade. HEX triplet: 50, 9C and 0D. RGB value is (80,156,13). Sum of RGB (Red+Green+Blue) = 80+156+13=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 156 (61.33% from 255 or 62.65% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 156 - color contains mainly: green. Hex color #509C0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509C0D is #AF63F2. Grayscale: #757575. Windows color (decimal): -11494387 or 891984. OLE color: 891984.

HSL color Cylindrical-coordinate representation of color #509C0D: hue angle of 91.89º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #509C0D is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB8015613-
CMYK0.4900.920.39
HSL91.89º84.62%33.14%-
HSV(B)91.89º91.67%61.18%-
XYZ15.2725.514.5-
YUV116.9769.32101.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 156 (61.33% from 255) = 62.65%
BLUE value IS 13 (5.47% from 255) = 5.22%
R=32.13%
G=62.65%
B=5.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80156130.4900.920.3991.8984.6233.14
Hex509CD3105C275c5521
Octal120234156101344713412541
Binary10100001001110011011100010101110010011110111001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,156,13); }

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

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

 a { background-color: rgb(80,156,13); }

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

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

 span { border-color: rgb(80,156,13); }

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