#86FE01

Color #86FE01 Chartreuse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse #86FE01

Tints of Chartreuse #86FE01

Color information

#86FE01 (or 0x86FE01) is unknown color: approx Chartreuse. HEX triplet: 86, FE and 01. RGB value is (134,254,1). Sum of RGB (Red+Green+Blue) = 134+254+1=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 254 (99.61% from 255 or 65.30% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FE01 is #7901FE. Grayscale: #BEBEBE. Windows color (decimal): -7930367 or 130694. OLE color: 130694.

HSL color Cylindrical-coordinate representation of color #86FE01: hue angle of 88.46º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86FE01 is Cyan = 0.47, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.

Color convert

RGB1342541-
CMYK0.4701.000.00
HSL88.46º99.22%50%-
HSV(B)88.46º99.61%99.61%-
XYZ45.2875.9512.3-
YUV189.2821.7488.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 254 (99.61% from 255) = 65.30%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=34.45%
G=65.30%
B=0.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal13425410.4701.000.0088.4699.2250
Hex86FE12F0640586332
Octal2063761570144013014362
Binary1000011011111110110111101100100010110001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,254,1); }

 H1.HeaderClassName
 {
   color: #86FE01;
 }
 .AnyTagClassName
 {
   color: #86FE01;
 }
</style>
background-color css

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

 a { background-color: rgb(134,254,1); }

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

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

 span { border-color: rgb(134,254,1); }

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