Html Css Color HEX #86DF16 Lawn Green

📋 copy color: '#86DF16'

red 134 ◦ green 223 ◦ blue 22

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

Shades of Lawn Green #86DF16

Tints of Lawn Green #86DF16

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.84%

 BLUE value IS 22 (8.98% from 255) = 5.8%

R = 35.36%
G = 58.84%
B = 5.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#86DF16 (or 0x86DF16) is known color: Lawn Green. HEX triplet: 86, DF and 16. RGB value is (134,223,22). Sum of RGB (Red+Green+Blue) = 134+223+22=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 223 (87.5% from 255 or 58.84% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DF16 is #7920E9. Grayscale: #AEAEAE. Windows color (decimal): -7938282 or 1499014. OLE color: 1499014.

HSL color Cylindrical-coordinate representation of color #86DF16: hue angle of 86.57º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86DF16 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 223 22 -
CMYK 0.40 0 0.90 0.13
HSL 86.57º 0.82% 0.48% -
HSV(B) 86.57º 0.9% 0.87% -
XYZ 36.36 57.9 10.02 -
YUV 173.48 42.51 99.84 -
System Red Green Blue C M Y K H S L
Decimal 134 223 22 0.40 0 0.90 0.13 86.57 0.82 0.48
Hex 86 DF 16 28 0 5A D 57 52 30
Octal 206 337 26 50 0 132 15 127 122 60
Binary 10000110 11011111 10110 101000 0 1011010 1101 1010111 1010010 110000

Color Harmonies of #86DF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DF16

Black with #86DF16

Text Example


Text Example

White with #86DF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,223,22); }

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

background-color css

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

 a { background-color: rgb(134,223,22); }

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

border-color css

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

 span { border-color: rgb(134,223,22); }

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