Html Css Color HEX #86FC06 Chartreuse

📋 copy color: '#86FC06'

red 134 ◦ green 252 ◦ blue 6

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

Shades of Chartreuse #86FC06

Tints of Chartreuse #86FC06

RGB

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

 GREEN value IS 252 (98.83% from 255) = 64.29%

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 34.18%
G = 64.29%
B = 1.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#86FC06 (or 0x86FC06) is known color: Chartreuse. HEX triplet: 86, FC and 06. RGB value is (134,252,6). Sum of RGB (Red+Green+Blue) = 134+252+6=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 252 (98.83% from 255 or 64.29% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86FC06 is #7903F9. Grayscale: #BDBDBD. Windows color (decimal): -7930874 or 457862. OLE color: 457862.

HSL color Cylindrical-coordinate representation of color #86FC06: hue angle of 88.78º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86FC06 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 252 6 -
CMYK 0.47 0 0.98 0.01
HSL 88.78º 0.98% 0.51% -
HSV(B) 88.78º 0.98% 0.99% -
XYZ 44.67 74.7 12.24 -
YUV 188.67 24.91 89 -
System Red Green Blue C M Y K H S L
Decimal 134 252 6 0.47 0 0.98 0.01 88.78 0.98 0.51
Hex 86 FC 6 2F 0 62 1 59 62 33
Octal 206 374 6 57 0 142 1 131 142 63
Binary 10000110 11111100 110 101111 0 1100010 1 1011001 1100010 110011

Color Harmonies of #86FC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FC06

Black with #86FC06

Text Example


Text Example

White with #86FC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,252,6); }

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

background-color css

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

 a { background-color: rgb(134,252,6); }

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

border-color css

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

 span { border-color: rgb(134,252,6); }

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