Html Css Color HEX #509518 Limeade

📋 copy color: '#509518'

red 80 ◦ green 149 ◦ blue 24

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

Shades of Limeade #509518

Tints of Limeade #509518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.49%

R = 31.62%
G = 58.89%
B = 9.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#509518 (or 0x509518) is known color: Limeade. HEX triplet: 50, 95 and 18. RGB value is (80,149,24). Sum of RGB (Red+Green+Blue) = 80+149+24=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #509518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509518 is #AF6AE7. Grayscale: #727272. Windows color (decimal): -11496168 or 1611088. OLE color: 1611088.

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

Color convert

RGB 80 149 24 -
CMYK 0.46 0 0.84 0.42
HSL 93.12º 0.72% 0.34% -
HSV(B) 93.12º 0.84% 0.58% -
XYZ 14.22 23.27 4.61 -
YUV 114.12 77.14 103.66 -
System Red Green Blue C M Y K H S L
Decimal 80 149 24 0.46 0 0.84 0.42 93.12 0.72 0.34
Hex 50 95 18 2E 0 54 2A 5D 48 22
Octal 120 225 30 56 0 124 52 135 110 42
Binary 1010000 10010101 11000 101110 0 1010100 101010 1011101 1001000 100010

Color Harmonies of #509518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509518

Black with #509518

Text Example


Text Example

White with #509518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509518; }

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

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

background-color css

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

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

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

border-color css

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

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

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