#86FA03

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

Shades of Chartreuse #86FA03

Tints of Chartreuse #86FA03

Color information

#86FA03 (or 0x86FA03) is unknown color: approx Chartreuse. HEX triplet: 86, FA and 03. RGB value is (134,250,3). Sum of RGB (Red+Green+Blue) = 134+250+3=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FA03 is #7905FC. Grayscale: #BCBCBC. Windows color (decimal): -7931389 or 260742. OLE color: 260742.

HSL color Cylindrical-coordinate representation of color #86FA03: hue angle of 88.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86FA03 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB1342503-
CMYK0.4600.990.02
HSL88.18º97.63%49.61%-
HSV(B)88.18º98.8%98.04%-
XYZ44.0373.4511.94-
YUV187.1624.0790.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.63%
GREEN value IS 250 (98.05% from 255) = 64.60%
BLUE value IS 3 (1.56% from 255) = 0.78%
R=34.63%
G=64.60%
B=0.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal13425030.4600.990.0288.1897.6349.61
Hex86FA32E0632586232
Octal2063723560143213014262
Binary100001101111101011101110011000111010110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,250,3); }

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

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

 a { background-color: rgb(134,250,3); }

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

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

 span { border-color: rgb(134,250,3); }

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