Html Css Color HEX #519914 Limeade

📋 copy color: '#519914'

red 81 ◦ green 153 ◦ blue 20

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

Shades of Limeade #519914

Tints of Limeade #519914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 60.24%

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

R = 31.89%
G = 60.24%
B = 7.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#519914 (or 0x519914) is known color: Limeade. HEX triplet: 51, 99 and 14. RGB value is (81,153,20). Sum of RGB (Red+Green+Blue) = 81+153+20=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 153 (60.16% from 255 or 60.24% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 153 - color contains mainly: green. Hex color #519914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519914 is #AE66EB. Grayscale: #747474. Windows color (decimal): -11429612 or 1349969. OLE color: 1349969.

HSL color Cylindrical-coordinate representation of color #519914: hue angle of 92.48º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #519914 is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 20 -
CMYK 0.47 0 0.87 0.4
HSL 92.48º 0.77% 0.34% -
HSV(B) 92.48º 0.87% 0.6% -
XYZ 14.91 24.58 4.62 -
YUV 116.31 73.65 102.81 -
System Red Green Blue C M Y K H S L
Decimal 81 153 20 0.47 0 0.87 0.4 92.48 0.77 0.34
Hex 51 99 14 2F 0 57 28 5C 4D 22
Octal 121 231 24 57 0 127 50 134 115 42
Binary 1010001 10011001 10100 101111 0 1010111 101000 1011100 1001101 100010

Color Harmonies of #519914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519914

Black with #519914

Text Example


Text Example

White with #519914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519914; }

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

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

background-color css

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

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

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

border-color css

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

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

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