#86FE06

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

Shades of Chartreuse #86FE06

Tints of Chartreuse #86FE06

Color information

#86FE06 (or 0x86FE06) is unknown color: approx Chartreuse. HEX triplet: 86, FE and 06. RGB value is (134,254,6). Sum of RGB (Red+Green+Blue) = 134+254+6=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 254 (99.61% from 255 or 64.47% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 254 - color contains mainly: green. Hex color #86FE06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FE06 is #7901F9. Grayscale: #BEBEBE. Windows color (decimal): -7930362 or 458374. OLE color: 458374.

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

Color convert

RGB1342546-
CMYK0.4700.980.00
HSL89.03º99.2%50.98%-
HSV(B)89.03º97.64%99.61%-
XYZ45.3175.9712.45-
YUV189.8524.2488.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 254 (99.61% from 255) = 64.47%
BLUE value IS 6 (2.73% from 255) = 1.52%
R=34.01%
G=64.47%
B=1.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal13425460.4700.980.0089.0399.250.98
Hex86FE62F0620596333
Octal2063766570142013114363
Binary100001101111111011010111101100010010110011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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