Html Css Color HEX #86F803 Chartreuse

📋 copy color: '#86F803'

red 134 ◦ green 248 ◦ blue 3

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

Shades of Chartreuse #86F803

Tints of Chartreuse #86F803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 34.81%
G = 64.42%
B = 0.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#86F803 (or 0x86F803) is known color: Chartreuse. HEX triplet: 86, F8 and 03. RGB value is (134,248,3). Sum of RGB (Red+Green+Blue) = 134+248+3=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 248 (97.27% from 255 or 64.42% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 248 - color contains mainly: green. Hex color #86F803 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F803 is #7907FC. Grayscale: #BABABA. Windows color (decimal): -7931901 or 260230. OLE color: 260230.

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

Color convert

RGB 134 248 3 -
CMYK 0.46 0 0.99 0.03
HSL 87.92º 0.98% 0.49% -
HSV(B) 87.92º 0.99% 0.97% -
XYZ 43.42 72.21 11.74 -
YUV 185.98 24.73 90.92 -
System Red Green Blue C M Y K H S L
Decimal 134 248 3 0.46 0 0.99 0.03 87.92 0.98 0.49
Hex 86 F8 3 2E 0 63 3 58 62 31
Octal 206 370 3 56 0 143 3 130 142 61
Binary 10000110 11111000 11 101110 0 1100011 11 1011000 1100010 110001

Color Harmonies of #86F803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F803

Black with #86F803

Text Example


Text Example

White with #86F803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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