Html Css Color HEX #509510 Limeade

📋 copy color: '#509510'

red 80 ◦ green 149 ◦ blue 16

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

Shades of Limeade #509510

Tints of Limeade #509510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 60.82%

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

R = 32.65%
G = 60.82%
B = 6.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#509510 (or 0x509510) is known color: Limeade. HEX triplet: 50, 95 and 10. RGB value is (80,149,16). Sum of RGB (Red+Green+Blue) = 80+149+16=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #509510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509510 is #AF6AEF. Grayscale: #717171. Windows color (decimal): -11496176 or 1086800. OLE color: 1086800.

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

Color convert

RGB 80 149 16 -
CMYK 0.46 0 0.89 0.42
HSL 91.13º 0.81% 0.32% -
HSV(B) 91.13º 0.89% 0.58% -
XYZ 14.15 23.24 4.23 -
YUV 113.21 73.14 104.31 -
System Red Green Blue C M Y K H S L
Decimal 80 149 16 0.46 0 0.89 0.42 91.13 0.81 0.32
Hex 50 95 10 2E 0 59 2A 5B 51 20
Octal 120 225 20 56 0 131 52 133 121 40
Binary 1010000 10010101 10000 101110 0 1011001 101010 1011011 1010001 100000

Color Harmonies of #509510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509510

Black with #509510

Text Example


Text Example

White with #509510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509510; }

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

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

background-color css

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

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

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

border-color css

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

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

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