Html Css Color HEX #509311 Limeade

📋 copy color: '#509311'

red 80 ◦ green 147 ◦ blue 17

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

Shades of Limeade #509311

Tints of Limeade #509311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 60.25%

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

R = 32.79%
G = 60.25%
B = 6.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#509311 (or 0x509311) is known color: Limeade. HEX triplet: 50, 93 and 11. RGB value is (80,147,17). Sum of RGB (Red+Green+Blue) = 80+147+17=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 147 (57.81% from 255 or 60.25% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 147 - color contains mainly: green. Hex color #509311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509311 is #AF6CEE. Grayscale: #707070. Windows color (decimal): -11496687 or 1151824. OLE color: 1151824.

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

Color convert

RGB 80 147 17 -
CMYK 0.46 0 0.88 0.42
HSL 90.92º 0.79% 0.32% -
HSV(B) 90.92º 0.88% 0.58% -
XYZ 13.84 22.61 4.17 -
YUV 112.15 74.3 105.07 -
System Red Green Blue C M Y K H S L
Decimal 80 147 17 0.46 0 0.88 0.42 90.92 0.79 0.32
Hex 50 93 11 2E 0 58 2A 5B 4F 20
Octal 120 223 21 56 0 130 52 133 117 40
Binary 1010000 10010011 10001 101110 0 1011000 101010 1011011 1001111 100000

Color Harmonies of #509311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509311

Black with #509311

Text Example


Text Example

White with #509311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509311; }

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

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

background-color css

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

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

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

border-color css

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

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

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