Html Css Color HEX #509011 Limeade

📋 copy color: '#509011'

red 80 ◦ green 144 ◦ blue 17

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

Shades of Limeade #509011

Tints of Limeade #509011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 59.75%

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

R = 33.2%
G = 59.75%
B = 7.05%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#509011 (or 0x509011) is known color: Limeade. HEX triplet: 50, 90 and 11. RGB value is (80,144,17). Sum of RGB (Red+Green+Blue) = 80+144+17=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 144 (56.64% from 255 or 59.75% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 144 - color contains mainly: green. Hex color #509011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509011 is #AF6FEE. Grayscale: #6E6E6E. Windows color (decimal): -11497455 or 1151056. OLE color: 1151056.

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

Color convert

RGB 80 144 17 -
CMYK 0.44 0 0.88 0.44
HSL 90.24º 0.79% 0.32% -
HSV(B) 90.24º 0.88% 0.56% -
XYZ 13.38 21.69 4.01 -
YUV 110.39 75.3 106.33 -
System Red Green Blue C M Y K H S L
Decimal 80 144 17 0.44 0 0.88 0.44 90.24 0.79 0.32
Hex 50 90 11 2C 0 58 2C 5A 4F 20
Octal 120 220 21 54 0 130 54 132 117 40
Binary 1010000 10010000 10001 101100 0 1011000 101100 1011010 1001111 100000

Color Harmonies of #509011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509011

Black with #509011

Text Example


Text Example

White with #509011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509011; }

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

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

background-color css

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

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

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

border-color css

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

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

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