Html Css Color HEX #8EFC01 Chartreuse

📋 copy color: '#8EFC01'

red 142 ◦ green 252 ◦ blue 1

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

Shades of Chartreuse #8EFC01

Tints of Chartreuse #8EFC01

RGB

 RED value IS 142 (55.86% from 255) = 35.95%

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

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

R = 35.95%
G = 63.8%
B = 0.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#8EFC01 (or 0x8EFC01) is known color: Chartreuse. HEX triplet: 8E, FC and 01. RGB value is (142,252,1). Sum of RGB (Red+Green+Blue) = 142+252+1=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 252 (98.83% from 255 or 63.80% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 252 - color contains mainly: green. Hex color #8EFC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8EFC01 is #7103FE. Grayscale: #BFBFBF. Windows color (decimal): -7406591 or 130190. OLE color: 130190.

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

Color convert

RGB 142 252 1 -
CMYK 0.44 0 1.00 0.01
HSL 86.29º 0.99% 0.5% -
HSV(B) 86.29º 1% 0.99% -
XYZ 45.97 75.37 12.15 -
YUV 190.5 21.06 93.41 -
System Red Green Blue C M Y K H S L
Decimal 142 252 1 0.44 0 1.00 0.01 86.29 0.99 0.5
Hex 8E FC 1 2C 0 64 1 56 63 32
Octal 216 374 1 54 0 144 1 126 143 62
Binary 10001110 11111100 1 101100 0 1100100 1 1010110 1100011 110010

Color Harmonies of #8EFC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EFC01

Black with #8EFC01

Text Example


Text Example

White with #8EFC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,252,1); }

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

background-color css

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

 a { background-color: rgb(142,252,1); }

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

border-color css

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

 span { border-color: rgb(142,252,1); }

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