Html Css Color HEX #8DFE01 Chartreuse

📋 copy color: '#8DFE01'

red 141 ◦ green 254 ◦ blue 1

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

Shades of Chartreuse #8DFE01

Tints of Chartreuse #8DFE01

RGB

 RED value IS 141 (55.47% from 255) = 35.61%

 GREEN value IS 254 (99.61% from 255) = 64.14%

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

R = 35.61%
G = 64.14%
B = 0.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#8DFE01 (or 0x8DFE01) is known color: Chartreuse. HEX triplet: 8D, FE and 01. RGB value is (141,254,1). Sum of RGB (Red+Green+Blue) = 141+254+1=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 254 (99.61% from 255 or 64.14% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 254 - color contains mainly: green. Hex color #8DFE01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFE01 is #7201FE. Grayscale: #C0C0C0. Windows color (decimal): -7471615 or 130701. OLE color: 130701.

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

Color convert

RGB 141 254 1 -
CMYK 0.44 0 1.00 0.00
HSL 86.8º 0.99% 0.5% -
HSV(B) 86.8º 1% 1% -
XYZ 46.43 76.55 12.36 -
YUV 191.37 20.56 92.07 -
System Red Green Blue C M Y K H S L
Decimal 141 254 1 0.44 0 1.00 0.00 86.8 0.99 0.5
Hex 8D FE 1 2C 0 64 0 57 63 32
Octal 215 376 1 54 0 144 0 127 143 62
Binary 10001101 11111110 1 101100 0 1100100 0 1010111 1100011 110010

Color Harmonies of #8DFE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFE01

Black with #8DFE01

Text Example


Text Example

White with #8DFE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,254,1); }

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

background-color css

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

 a { background-color: rgb(141,254,1); }

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

border-color css

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

 span { border-color: rgb(141,254,1); }

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