Html Css Color HEX #8CFF01 Chartreuse

📋 copy color: '#8CFF01'

red 140 ◦ green 255 ◦ blue 1

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

Shades of Chartreuse #8CFF01

Tints of Chartreuse #8CFF01

RGB

 RED value IS 140 (55.08% from 255) = 35.35%

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 35.35%
G = 64.39%
B = 0.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#8CFF01 (or 0x8CFF01) is known color: Chartreuse. HEX triplet: 8C, FF and 01. RGB value is (140,255,1). Sum of RGB (Red+Green+Blue) = 140+255+1=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFF01 is #7300FE. Grayscale: #C0C0C0. Windows color (decimal): -7536895 or 130956. OLE color: 130956.

HSL color Cylindrical-coordinate representation of color #8CFF01: hue angle of 87.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CFF01 is Cyan = 0.45, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 140 255 1 -
CMYK 0.45 0 1.00 0
HSL 87.17º 1% 0.5% -
HSV(B) 87.17º 1% 1% -
XYZ 46.58 77.1 12.45 -
YUV 191.66 20.4 91.15 -
System Red Green Blue C M Y K H S L
Decimal 140 255 1 0.45 0 1.00 0 87.17 1 0.5
Hex 8C FF 1 2D 0 64 0 57 64 32
Octal 214 377 1 55 0 144 0 127 144 62
Binary 10001100 11111111 1 101101 0 1100100 0 1010111 1100100 110010

Color Harmonies of #8CFF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFF01

Black with #8CFF01

Text Example


Text Example

White with #8CFF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CFF01; }

 p { color: rgb(140,255,1); }

 H1.HeaderClassName
 {
   color: #8CFF01;
 }
 .AnyTagClassName
 {
   color: #8CFF01;
 }
</style>

background-color css

<style>
 a { background-color: #8CFF01; }

 a { background-color: rgb(140,255,1); }

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

border-color css

<style>
 span { border-color: #8CFF01; }

 span { border-color: rgb(140,255,1); }

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