Html Css Color HEX #519418 Limeade

📋 copy color: '#519418'

red 81 ◦ green 148 ◦ blue 24

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

Shades of Limeade #519418

Tints of Limeade #519418

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.5%

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

R = 32.02%
G = 58.5%
B = 9.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#519418 (or 0x519418) is known color: Limeade. HEX triplet: 51, 94 and 18. RGB value is (81,148,24). Sum of RGB (Red+Green+Blue) = 81+148+24=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #519418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519418 is #AE6BE7. Grayscale: #727272. Windows color (decimal): -11430888 or 1610833. OLE color: 1610833.

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

Color convert

RGB 81 148 24 -
CMYK 0.45 0 0.84 0.42
HSL 92.42º 0.72% 0.34% -
HSV(B) 92.42º 0.84% 0.58% -
XYZ 14.15 23 4.56 -
YUV 113.83 77.3 104.58 -
System Red Green Blue C M Y K H S L
Decimal 81 148 24 0.45 0 0.84 0.42 92.42 0.72 0.34
Hex 51 94 18 2D 0 54 2A 5C 48 22
Octal 121 224 30 55 0 124 52 134 110 42
Binary 1010001 10010100 11000 101101 0 1010100 101010 1011100 1001000 100010

Color Harmonies of #519418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519418

Black with #519418

Text Example


Text Example

White with #519418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519418; }

 p { color: rgb(81,148,24); }

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

background-color css

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

 a { background-color: rgb(81,148,24); }

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

border-color css

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

 span { border-color: rgb(81,148,24); }

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