Html Css Color HEX #509116 Limeade

📋 copy color: '#509116'

red 80 ◦ green 145 ◦ blue 22

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

Shades of Limeade #509116

Tints of Limeade #509116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.91%

R = 32.39%
G = 58.7%
B = 8.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#509116 (or 0x509116) is known color: Limeade. HEX triplet: 50, 91 and 16. RGB value is (80,145,22). Sum of RGB (Red+Green+Blue) = 80+145+22=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #509116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509116 is #AF6EE9. Grayscale: #6F6F6F. Windows color (decimal): -11497194 or 1478992. OLE color: 1478992.

HSL color Cylindrical-coordinate representation of color #509116: hue angle of 91.71º 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 #509116 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 22 -
CMYK 0.45 0 0.85 0.43
HSL 91.71º 0.74% 0.33% -
HSV(B) 91.71º 0.85% 0.57% -
XYZ 13.58 22.01 4.29 -
YUV 111.54 77.47 105.5 -
System Red Green Blue C M Y K H S L
Decimal 80 145 22 0.45 0 0.85 0.43 91.71 0.74 0.33
Hex 50 91 16 2D 0 55 2B 5C 4A 21
Octal 120 221 26 55 0 125 53 134 112 41
Binary 1010000 10010001 10110 101101 0 1010101 101011 1011100 1001010 100001

Color Harmonies of #509116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509116

Black with #509116

Text Example


Text Example

White with #509116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509116; }

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

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

background-color css

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

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

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

border-color css

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

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

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