Html Css Color HEX #509110 Limeade

📋 copy color: '#509110'

red 80 ◦ green 145 ◦ blue 16

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

Shades of Limeade #509110

Tints of Limeade #509110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 33.2%
G = 60.17%
B = 6.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#509110 (or 0x509110) is known color: Limeade. HEX triplet: 50, 91 and 10. RGB value is (80,145,16). Sum of RGB (Red+Green+Blue) = 80+145+16=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #509110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509110 is #AF6EEF. Grayscale: #6F6F6F. Windows color (decimal): -11497200 or 1085776. OLE color: 1085776.

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

Color convert

RGB 80 145 16 -
CMYK 0.45 0 0.89 0.43
HSL 90.23º 0.8% 0.32% -
HSV(B) 90.23º 0.89% 0.57% -
XYZ 13.53 21.99 4.02 -
YUV 110.86 74.47 105.99 -
System Red Green Blue C M Y K H S L
Decimal 80 145 16 0.45 0 0.89 0.43 90.23 0.8 0.32
Hex 50 91 10 2D 0 59 2B 5A 50 20
Octal 120 221 20 55 0 131 53 132 120 40
Binary 1010000 10010001 10000 101101 0 1011001 101011 1011010 1010000 100000

Color Harmonies of #509110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509110

Black with #509110

Text Example


Text Example

White with #509110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509110; }

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

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

background-color css

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

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

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

border-color css

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

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

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