Html Css Color HEX #519701 Limeade

📋 copy color: '#519701'

red 81 ◦ green 151 ◦ blue 1

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

Shades of Limeade #519701

Tints of Limeade #519701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 64.81%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 34.76%
G = 64.81%
B = 0.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#519701 (or 0x519701) is known color: Limeade. HEX triplet: 51, 97 and 01. RGB value is (81,151,1). Sum of RGB (Red+Green+Blue) = 81+151+1=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 151 (59.38% from 255 or 64.81% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 151 - color contains mainly: green. Hex color #519701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519701 is #AE68FE. Grayscale: #717171. Windows color (decimal): -11430143 or 104273. OLE color: 104273.

HSL color Cylindrical-coordinate representation of color #519701: hue angle of 88º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #519701 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 151 1 -
CMYK 0.46 0 0.99 0.41
HSL 88º 0.99% 0.3% -
HSV(B) 88º 0.99% 0.59% -
XYZ 14.47 23.88 3.88 -
YUV 112.97 64.81 105.2 -
System Red Green Blue C M Y K H S L
Decimal 81 151 1 0.46 0 0.99 0.41 88 0.99 0.3
Hex 51 97 1 2E 0 63 29 58 63 1E
Octal 121 227 1 56 0 143 51 130 143 36
Binary 1010001 10010111 1 101110 0 1100011 101001 1011000 1100011 11110

Color Harmonies of #519701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519701

Black with #519701

Text Example


Text Example

White with #519701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519701; }

 p { color: rgb(81,151,1); }

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

background-color css

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

 a { background-color: rgb(81,151,1); }

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

border-color css

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

 span { border-color: rgb(81,151,1); }

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