Html Css Color HEX #86F911 Chartreuse

📋 copy color: '#86F911'

red 134 ◦ green 249 ◦ blue 17

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

Shades of Chartreuse #86F911

Tints of Chartreuse #86F911

RGB

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

 GREEN value IS 249 (97.66% from 255) = 62.25%

 BLUE value IS 17 (7.03% from 255) = 4.25%

R = 33.5%
G = 62.25%
B = 4.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#86F911 (or 0x86F911) is known color: Chartreuse. HEX triplet: 86, F9 and 11. RGB value is (134,249,17). Sum of RGB (Red+Green+Blue) = 134+249+17=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 249 (97.66% from 255 or 62.25% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 249 - color contains mainly: green. Hex color #86F911 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F911 is #7906EE. Grayscale: #BCBCBC. Windows color (decimal): -7931631 or 1177990. OLE color: 1177990.

HSL color Cylindrical-coordinate representation of color #86F911: hue angle of 89.74º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86F911 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 249 17 -
CMYK 0.46 0 0.93 0.02
HSL 89.74º 0.95% 0.52% -
HSV(B) 89.74º 0.93% 0.98% -
XYZ 43.81 72.86 12.28 -
YUV 188.17 31.4 89.36 -
System Red Green Blue C M Y K H S L
Decimal 134 249 17 0.46 0 0.93 0.02 89.74 0.95 0.52
Hex 86 F9 11 2E 0 5D 2 5A 5F 34
Octal 206 371 21 56 0 135 2 132 137 64
Binary 10000110 11111001 10001 101110 0 1011101 10 1011010 1011111 110100

Color Harmonies of #86F911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F911

Black with #86F911

Text Example


Text Example

White with #86F911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,249,17); }

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

background-color css

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

 a { background-color: rgb(134,249,17); }

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

border-color css

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

 span { border-color: rgb(134,249,17); }

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