#86F60B

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

Shades of Chartreuse #86F60B

Tints of Chartreuse #86F60B

Color information

#86F60B (or 0x86F60B) is unknown color: approx Chartreuse. HEX triplet: 86, F6 and 0B. RGB value is (134,246,11). Sum of RGB (Red+Green+Blue) = 134+246+11=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 246 (96.48% from 255 or 62.92% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 246 - color contains mainly: green. Hex color #86F60B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F60B is #7909F4. Grayscale: #BABABA. Windows color (decimal): -7932405 or 784006. OLE color: 784006.

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

Color convert

RGB13424611-
CMYK0.4600.960.04
HSL88.6º92.89%50.39%-
HSV(B)88.6º95.53%96.47%-
XYZ42.857111.76-
YUV185.7229.3991.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 246 (96.48% from 255) = 62.92%
BLUE value IS 11 (4.69% from 255) = 2.81%
R=34.27%
G=62.92%
B=2.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal134246110.4600.960.0488.692.8950.39
Hex86F6B2E0604595d32
Octal20636613560140413113562
Binary100001101111011010111011100110000010010110011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,246,11); }

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

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

 a { background-color: rgb(134,246,11); }

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

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

 span { border-color: rgb(134,246,11); }

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