Html Css Color HEX #86F805 Chartreuse

📋 copy color: '#86F805'

red 134 ◦ green 248 ◦ blue 5

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

Shades of Chartreuse #86F805

Tints of Chartreuse #86F805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 34.63%
G = 64.08%
B = 1.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#86F805 (or 0x86F805) is known color: Chartreuse. HEX triplet: 86, F8 and 05. RGB value is (134,248,5). Sum of RGB (Red+Green+Blue) = 134+248+5=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 248 (97.27% from 255 or 64.08% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 248 - color contains mainly: green. Hex color #86F805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F805 is #7907FA. Grayscale: #BBBBBB. Windows color (decimal): -7931899 or 391302. OLE color: 391302.

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

Color convert

RGB 134 248 5 -
CMYK 0.46 0 0.98 0.03
HSL 88.15º 0.96% 0.5% -
HSV(B) 88.15º 0.98% 0.97% -
XYZ 43.43 72.21 11.79 -
YUV 186.21 25.73 90.76 -
System Red Green Blue C M Y K H S L
Decimal 134 248 5 0.46 0 0.98 0.03 88.15 0.96 0.5
Hex 86 F8 5 2E 0 62 3 58 60 32
Octal 206 370 5 56 0 142 3 130 140 62
Binary 10000110 11111000 101 101110 0 1100010 11 1011000 1100000 110010

Color Harmonies of #86F805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F805

Black with #86F805

Text Example


Text Example

White with #86F805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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