Html Css Color HEX #86F81F Chartreuse

📋 copy color: '#86F81F'

red 134 ◦ green 248 ◦ blue 31

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

Shades of Chartreuse #86F81F

Tints of Chartreuse #86F81F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 60.05%

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

R = 32.45%
G = 60.05%
B = 7.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#86F81F (or 0x86F81F) is known color: Chartreuse. HEX triplet: 86, F8 and 1F. RGB value is (134,248,31). Sum of RGB (Red+Green+Blue) = 134+248+31=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 248 (97.27% from 255 or 60.05% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 248 - color contains mainly: green. Hex color #86F81F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F81F is #7907E0. Grayscale: #BDBDBD. Windows color (decimal): -7931873 or 2095238. OLE color: 2095238.

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

Color convert

RGB 134 248 31 -
CMYK 0.46 0 0.88 0.03
HSL 91.52º 0.94% 0.55% -
HSV(B) 91.52º 0.88% 0.97% -
XYZ 43.65 72.3 12.95 -
YUV 189.18 38.73 88.64 -
System Red Green Blue C M Y K H S L
Decimal 134 248 31 0.46 0 0.88 0.03 91.52 0.94 0.55
Hex 86 F8 1F 2E 0 58 3 5C 5E 37
Octal 206 370 37 56 0 130 3 134 136 67
Binary 10000110 11111000 11111 101110 0 1011000 11 1011100 1011110 110111

Color Harmonies of #86F81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F81F

Black with #86F81F

Text Example


Text Example

White with #86F81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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