Html Css Color HEX #86F608 Chartreuse

📋 copy color: '#86F608'

red 134 ◦ green 246 ◦ blue 8

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

Shades of Chartreuse #86F608

Tints of Chartreuse #86F608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.06%

R = 34.54%
G = 63.4%
B = 2.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#86F608 (or 0x86F608) is known color: Chartreuse. HEX triplet: 86, F6 and 08. RGB value is (134,246,8). Sum of RGB (Red+Green+Blue) = 134+246+8=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 246 (96.48% from 255 or 63.40% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 246 - color contains mainly: green. Hex color #86F608 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F608 is #7909F7. Grayscale: #BABABA. Windows color (decimal): -7932408 or 587398. OLE color: 587398.

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

Color convert

RGB 134 246 8 -
CMYK 0.46 0 0.97 0.04
HSL 88.24º 0.94% 0.5% -
HSV(B) 88.24º 0.97% 0.96% -
XYZ 42.83 71 11.68 -
YUV 185.38 27.89 91.35 -
System Red Green Blue C M Y K H S L
Decimal 134 246 8 0.46 0 0.97 0.04 88.24 0.94 0.5
Hex 86 F6 8 2E 0 61 4 58 5E 32
Octal 206 366 10 56 0 141 4 130 136 62
Binary 10000110 11110110 1000 101110 0 1100001 100 1011000 1011110 110010

Color Harmonies of #86F608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F608

Black with #86F608

Text Example


Text Example

White with #86F608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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