Html Css Color HEX #509111 Limeade

📋 copy color: '#509111'

red 80 ◦ green 145 ◦ blue 17

#509111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #509111

Tints of Limeade #509111

RGB

 RED value IS 80 (31.64% from 255) = 33.06%

 GREEN value IS 145 (57.03% from 255) = 59.92%

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 33.06%
G = 59.92%
B = 7.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#509111 (or 0x509111) is known color: Limeade. HEX triplet: 50, 91 and 11. RGB value is (80,145,17). Sum of RGB (Red+Green+Blue) = 80+145+17=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #509111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509111 is #AF6EEE. Grayscale: #6F6F6F. Windows color (decimal): -11497199 or 1151312. OLE color: 1151312.

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

Color convert

RGB 80 145 17 -
CMYK 0.45 0 0.88 0.43
HSL 90.47º 0.79% 0.32% -
HSV(B) 90.47º 0.88% 0.57% -
XYZ 13.53 22 4.06 -
YUV 110.97 74.97 105.91 -
System Red Green Blue C M Y K H S L
Decimal 80 145 17 0.45 0 0.88 0.43 90.47 0.79 0.32
Hex 50 91 11 2D 0 58 2B 5A 4F 20
Octal 120 221 21 55 0 130 53 132 117 40
Binary 1010000 10010001 10001 101101 0 1011000 101011 1011010 1001111 100000

Color Harmonies of #509111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509111

Black with #509111

Text Example


Text Example

White with #509111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509111; }

 p { color: rgb(80,145,17); }

 H1.HeaderClassName
 {
   color: #509111;
 }
 .AnyTagClassName
 {
   color: #509111;
 }
</style>

background-color css

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

 a { background-color: rgb(80,145,17); }

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

border-color css

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

 span { border-color: rgb(80,145,17); }

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