Html Css Color HEX #86DC11 Lawn Green

📋 copy color: '#86DC11'

red 134 ◦ green 220 ◦ blue 17

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

Shades of Lawn Green #86DC11

Tints of Lawn Green #86DC11

RGB

 RED value IS 134 (52.73% from 255) = 36.12%

 GREEN value IS 220 (86.33% from 255) = 59.3%

 BLUE value IS 17 (7.03% from 255) = 4.58%

R = 36.12%
G = 59.3%
B = 4.58%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#86DC11 (or 0x86DC11) is known color: Lawn Green. HEX triplet: 86, DC and 11. RGB value is (134,220,17). Sum of RGB (Red+Green+Blue) = 134+220+17=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DC11 is #7923EE. Grayscale: #ABABAB. Windows color (decimal): -7939055 or 1170566. OLE color: 1170566.

HSL color Cylindrical-coordinate representation of color #86DC11: hue angle of 85.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86DC11 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 220 17 -
CMYK 0.39 0 0.92 0.14
HSL 85.42º 0.86% 0.46% -
HSV(B) 85.42º 0.92% 0.86% -
XYZ 35.53 56.3 9.52 -
YUV 171.14 41.01 101.51 -
System Red Green Blue C M Y K H S L
Decimal 134 220 17 0.39 0 0.92 0.14 85.42 0.86 0.46
Hex 86 DC 11 27 0 5C E 55 56 2E
Octal 206 334 21 47 0 134 16 125 126 56
Binary 10000110 11011100 10001 100111 0 1011100 1110 1010101 1010110 101110

Color Harmonies of #86DC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DC11

Black with #86DC11

Text Example


Text Example

White with #86DC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86DC11; }

 p { color: rgb(134,220,17); }

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

background-color css

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

 a { background-color: rgb(134,220,17); }

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

border-color css

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

 span { border-color: rgb(134,220,17); }

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