Html Css Color HEX #509513 Limeade

📋 copy color: '#509513'

red 80 ◦ green 149 ◦ blue 19

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

Shades of Limeade #509513

Tints of Limeade #509513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 32.26%
G = 60.08%
B = 7.66%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#509513 (or 0x509513) is known color: Limeade. HEX triplet: 50, 95 and 13. RGB value is (80,149,19). Sum of RGB (Red+Green+Blue) = 80+149+19=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #509513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509513 is #AF6AEC. Grayscale: #727272. Windows color (decimal): -11496173 or 1283408. OLE color: 1283408.

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

Color convert

RGB 80 149 19 -
CMYK 0.46 0 0.87 0.42
HSL 91.85º 0.77% 0.33% -
HSV(B) 91.85º 0.87% 0.58% -
XYZ 14.17 23.25 4.36 -
YUV 113.55 74.64 104.07 -
System Red Green Blue C M Y K H S L
Decimal 80 149 19 0.46 0 0.87 0.42 91.85 0.77 0.33
Hex 50 95 13 2E 0 57 2A 5C 4D 21
Octal 120 225 23 56 0 127 52 134 115 41
Binary 1010000 10010101 10011 101110 0 1010111 101010 1011100 1001101 100001

Color Harmonies of #509513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509513

Black with #509513

Text Example


Text Example

White with #509513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509513; }

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

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

background-color css

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

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

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

border-color css

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

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

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