Html Css Color HEX #519700 Limeade

📋 copy color: '#519700'

red 81 ◦ green 151 ◦ blue 0

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

Shades of Limeade #519700

Tints of Limeade #519700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.91%
G = 65.09%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#519700 (or 0x519700) is known color: Limeade. HEX triplet: 51, 97 and 00. RGB value is (81,151,0). Sum of RGB (Red+Green+Blue) = 81+151+0=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 151 (59.38% from 255 or 65.09% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 151 - color contains mainly: green. Hex color #519700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519700 is #AE68FF. Grayscale: #717171. Windows color (decimal): -11430144 or 38737. OLE color: 38737.

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

Color convert

RGB 81 151 0 -
CMYK 0.46 0 1 0.41
HSL 87.81º 1% 0.3% -
HSV(B) 87.81º 1% 0.59% -
XYZ 14.46 23.88 3.85 -
YUV 112.86 64.31 105.28 -
System Red Green Blue C M Y K H S L
Decimal 81 151 0 0.46 0 1 0.41 87.81 1 0.3
Hex 51 97 0 2E 0 64 29 58 64 1E
Octal 121 227 0 56 0 144 51 130 144 36
Binary 1010001 10010111 0 101110 0 1100100 101001 1011000 1100100 11110

Color Harmonies of #519700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519700

Black with #519700

Text Example


Text Example

White with #519700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519700; }

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

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

background-color css

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

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

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

border-color css

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

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

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