Html Css Color HEX #519B14 Limeade

📋 copy color: '#519B14'

red 81 ◦ green 155 ◦ blue 20

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

Shades of Limeade #519B14

Tints of Limeade #519B14

RGB

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

 GREEN value IS 155 (60.94% from 255) = 60.55%

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 31.64%
G = 60.55%
B = 7.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#519B14 (or 0x519B14) is known color: Limeade. HEX triplet: 51, 9B and 14. RGB value is (81,155,20). Sum of RGB (Red+Green+Blue) = 81+155+20=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 155 (60.94% from 255 or 60.55% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 155 - color contains mainly: green. Hex color #519B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519B14 is #AE64EB. Grayscale: #757575. Windows color (decimal): -11429100 or 1350481. OLE color: 1350481.

HSL color Cylindrical-coordinate representation of color #519B14: hue angle of 92.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #519B14 is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 155 20 -
CMYK 0.48 0 0.87 0.39
HSL 92.89º 0.77% 0.34% -
HSV(B) 92.89º 0.87% 0.61% -
XYZ 15.24 25.24 4.73 -
YUV 117.48 72.98 101.98 -
System Red Green Blue C M Y K H S L
Decimal 81 155 20 0.48 0 0.87 0.39 92.89 0.77 0.34
Hex 51 9B 14 30 0 57 27 5D 4D 22
Octal 121 233 24 60 0 127 47 135 115 42
Binary 1010001 10011011 10100 110000 0 1010111 100111 1011101 1001101 100010

Color Harmonies of #519B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519B14

Black with #519B14

Text Example


Text Example

White with #519B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519B14; }

 p { color: rgb(81,155,20); }

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

background-color css

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

 a { background-color: rgb(81,155,20); }

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

border-color css

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

 span { border-color: rgb(81,155,20); }

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