Html Css Color HEX #86FC1F Chartreuse

📋 copy color: '#86FC1F'

red 134 ◦ green 252 ◦ blue 31

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

Shades of Chartreuse #86FC1F

Tints of Chartreuse #86FC1F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 60.43%

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

R = 32.13%
G = 60.43%
B = 7.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#86FC1F (or 0x86FC1F) is known color: Chartreuse. HEX triplet: 86, FC and 1F. RGB value is (134,252,31). Sum of RGB (Red+Green+Blue) = 134+252+31=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 252 (98.83% from 255 or 60.43% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FC1F is #7903E0. Grayscale: #C0C0C0. Windows color (decimal): -7930849 or 2096262. OLE color: 2096262.

HSL color Cylindrical-coordinate representation of color #86FC1F: hue angle of 92.04º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86FC1F is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 252 31 -
CMYK 0.47 0 0.88 0.01
HSL 92.04º 0.97% 0.55% -
HSV(B) 92.04º 0.88% 0.99% -
XYZ 44.89 74.79 13.37 -
YUV 191.52 37.41 86.97 -
System Red Green Blue C M Y K H S L
Decimal 134 252 31 0.47 0 0.88 0.01 92.04 0.97 0.55
Hex 86 FC 1F 2F 0 58 1 5C 61 37
Octal 206 374 37 57 0 130 1 134 141 67
Binary 10000110 11111100 11111 101111 0 1011000 1 1011100 1100001 110111

Color Harmonies of #86FC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FC1F

Black with #86FC1F

Text Example


Text Example

White with #86FC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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