#86F50C

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

Shades of Chartreuse #86F50C

Tints of Chartreuse #86F50C

Color information

#86F50C (or 0x86F50C) is unknown color: approx Chartreuse. HEX triplet: 86, F5 and 0C. RGB value is (134,245,12). Sum of RGB (Red+Green+Blue) = 134+245+12=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 245 (96.09% from 255 or 62.66% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 245 - color contains mainly: green. Hex color #86F50C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F50C is #790AF3. Grayscale: #BABABA. Windows color (decimal): -7932660 or 849286. OLE color: 849286.

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

Color convert

RGB13424512-
CMYK0.4500.950.04
HSL88.58º92.09%50.39%-
HSV(B)88.58º95.1%96.08%-
XYZ42.5570.411.69-
YUV185.2530.2391.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.27%
GREEN value IS 245 (96.09% from 255) = 62.66%
BLUE value IS 12 (5.08% from 255) = 3.07%
R=34.27%
G=62.66%
B=3.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal134245120.4500.950.0488.5892.0950.39
Hex86F5C2D05F4595c32
Octal20636514550137413113462
Binary100001101111010111001011010101111110010110011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,245,12); }

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

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

 a { background-color: rgb(134,245,12); }

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

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

 span { border-color: rgb(134,245,12); }

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