#86F822

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

Shades of Chartreuse #86F822

Tints of Chartreuse #86F822

Color information

#86F822 (or 0x86F822) is unknown color: approx Chartreuse. HEX triplet: 86, F8 and 22. RGB value is (134,248,34). Sum of RGB (Red+Green+Blue) = 134+248+34=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 248 (97.27% from 255 or 59.62% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 248 - color contains mainly: green. Hex color #86F822 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F822 is #7907DD. Grayscale: #BEBEBE. Windows color (decimal): -7931870 or 2291846. OLE color: 2291846.

HSL color Cylindrical-coordinate representation of color #86F822: hue angle of 91.96º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86F822 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.

Color convert

RGB13424834-
CMYK0.4600.860.03
HSL91.96º93.86%55.29%-
HSV(B)91.96º86.29%97.25%-
XYZ43.6972.3213.17-
YUV189.5240.2388.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 248 (97.27% from 255) = 59.62%
BLUE value IS 34 (13.67% from 255) = 8.17%
R=32.21%
G=59.62%
B=8.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal134248340.4600.860.0391.9693.8655.29
Hex86F8222E05635c5e37
Octal20637042560126313413667
Binary1000011011111000100010101110010101101110111001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,248,34); }

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

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

 a { background-color: rgb(134,248,34); }

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

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

 span { border-color: rgb(134,248,34); }

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