Html Css Color HEX #86F61F Chartreuse

📋 copy color: '#86F61F'

red 134 ◦ green 246 ◦ blue 31

#86F61F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse #86F61F

Tints of Chartreuse #86F61F

RGB

 RED value IS 134 (52.73% from 255) = 32.6%

 GREEN value IS 246 (96.48% from 255) = 59.85%

 BLUE value IS 31 (12.5% from 255) = 7.54%

R = 32.6%
G = 59.85%
B = 7.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#86F61F (or 0x86F61F) is known color: Chartreuse. HEX triplet: 86, F6 and 1F. RGB value is (134,246,31). Sum of RGB (Red+Green+Blue) = 134+246+31=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 246 (96.48% from 255 or 59.85% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 246 - color contains mainly: green. Hex color #86F61F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F61F is #7909E0. Grayscale: #BCBCBC. Windows color (decimal): -7932385 or 2094726. OLE color: 2094726.

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

Color convert

RGB 134 246 31 -
CMYK 0.46 0 0.87 0.04
HSL 91.26º 0.92% 0.54% -
HSV(B) 91.26º 0.87% 0.96% -
XYZ 43.03 71.08 12.75 -
YUV 188 39.39 89.48 -
System Red Green Blue C M Y K H S L
Decimal 134 246 31 0.46 0 0.87 0.04 91.26 0.92 0.54
Hex 86 F6 1F 2E 0 57 4 5B 5C 36
Octal 206 366 37 56 0 127 4 133 134 66
Binary 10000110 11110110 11111 101110 0 1010111 100 1011011 1011100 110110

Color Harmonies of #86F61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F61F

Black with #86F61F

Text Example


Text Example

White with #86F61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86F61F;
 }
 .AnyTagClassName
 {
   color: #86F61F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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