Html Css Color HEX #86F71D Chartreuse

📋 copy color: '#86F71D'

red 134 ◦ green 247 ◦ blue 29

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

Shades of Chartreuse #86F71D

Tints of Chartreuse #86F71D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 60.24%

 BLUE value IS 29 (11.72% from 255) = 7.07%

R = 32.68%
G = 60.24%
B = 7.07%

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

#86F71D (or 0x86F71D) is known color: Chartreuse. HEX triplet: 86, F7 and 1D. RGB value is (134,247,29). Sum of RGB (Red+Green+Blue) = 134+247+29=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 247 (96.88% from 255 or 60.24% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 247 - color contains mainly: green. Hex color #86F71D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F71D is #7908E2. Grayscale: #BDBDBD. Windows color (decimal): -7932131 or 1963910. OLE color: 1963910.

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

Color convert

RGB 134 247 29 -
CMYK 0.46 0 0.88 0.03
HSL 91.1º 0.93% 0.54% -
HSV(B) 91.1º 0.88% 0.97% -
XYZ 43.31 71.68 12.71 -
YUV 188.36 38.06 89.23 -
System Red Green Blue C M Y K H S L
Decimal 134 247 29 0.46 0 0.88 0.03 91.1 0.93 0.54
Hex 86 F7 1D 2E 0 58 3 5B 5D 36
Octal 206 367 35 56 0 130 3 133 135 66
Binary 10000110 11110111 11101 101110 0 1011000 11 1011011 1011101 110110

Color Harmonies of #86F71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F71D

Black with #86F71D

Text Example


Text Example

White with #86F71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,247,29); }

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

background-color css

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

 a { background-color: rgb(134,247,29); }

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

border-color css

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

 span { border-color: rgb(134,247,29); }

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