Html Css Color HEX #86FF1C Chartreuse

📋 copy color: '#86FF1C'

red 134 ◦ green 255 ◦ blue 28

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

Shades of Chartreuse #86FF1C

Tints of Chartreuse #86FF1C

RGB

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

 GREEN value IS 255 (100% from 255) = 61.15%

 BLUE value IS 28 (11.33% from 255) = 6.71%

R = 32.13%
G = 61.15%
B = 6.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#86FF1C (or 0x86FF1C) is known color: Chartreuse. HEX triplet: 86, FF and 1C. RGB value is (134,255,28). Sum of RGB (Red+Green+Blue) = 134+255+28=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FF1C is #7900E3. Grayscale: #C1C1C1. Windows color (decimal): -7930084 or 1900422. OLE color: 1900422.

HSL color Cylindrical-coordinate representation of color #86FF1C: hue angle of 91.98º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86FF1C is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 134 255 28 -
CMYK 0.47 0 0.89 0
HSL 91.98º 1% 0.55% -
HSV(B) 91.98º 0.89% 1% -
XYZ 45.8 76.67 13.48 -
YUV 192.94 34.91 85.96 -
System Red Green Blue C M Y K H S L
Decimal 134 255 28 0.47 0 0.89 0 91.98 1 0.55
Hex 86 FF 1C 2F 0 59 0 5C 64 37
Octal 206 377 34 57 0 131 0 134 144 67
Binary 10000110 11111111 11100 101111 0 1011001 0 1011100 1100100 110111

Color Harmonies of #86FF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FF1C

Black with #86FF1C

Text Example


Text Example

White with #86FF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,255,28); }

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

background-color css

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

 a { background-color: rgb(134,255,28); }

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

border-color css

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

 span { border-color: rgb(134,255,28); }

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