Html Css Color HEX #519313 Limeade

📋 copy color: '#519313'

red 81 ◦ green 147 ◦ blue 19

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

Shades of Limeade #519313

Tints of Limeade #519313

RGB

 RED value IS 81 (32.03% from 255) = 32.79%

 GREEN value IS 147 (57.81% from 255) = 59.51%

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

R = 32.79%
G = 59.51%
B = 7.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#519313 (or 0x519313) is known color: Limeade. HEX triplet: 51, 93 and 13. RGB value is (81,147,19). Sum of RGB (Red+Green+Blue) = 81+147+19=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #519313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519313 is #AE6CEC. Grayscale: #717171. Windows color (decimal): -11431149 or 1282897. OLE color: 1282897.

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

Color convert

RGB 81 147 19 -
CMYK 0.45 0 0.87 0.42
HSL 90.94º 0.77% 0.33% -
HSV(B) 90.94º 0.87% 0.58% -
XYZ 13.94 22.66 4.26 -
YUV 112.67 75.13 105.41 -
System Red Green Blue C M Y K H S L
Decimal 81 147 19 0.45 0 0.87 0.42 90.94 0.77 0.33
Hex 51 93 13 2D 0 57 2A 5B 4D 21
Octal 121 223 23 55 0 127 52 133 115 41
Binary 1010001 10010011 10011 101101 0 1010111 101010 1011011 1001101 100001

Color Harmonies of #519313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519313

Black with #519313

Text Example


Text Example

White with #519313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519313; }

 p { color: rgb(81,147,19); }

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

background-color css

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

 a { background-color: rgb(81,147,19); }

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

border-color css

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

 span { border-color: rgb(81,147,19); }

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