Html Css Color HEX #8DFA01 Chartreuse

📋 copy color: '#8DFA01'

red 141 ◦ green 250 ◦ blue 1

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

Shades of Chartreuse #8DFA01

Tints of Chartreuse #8DFA01

RGB

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

 GREEN value IS 250 (98.05% from 255) = 63.78%

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

R = 35.97%
G = 63.78%
B = 0.26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#8DFA01 (or 0x8DFA01) is known color: Chartreuse. HEX triplet: 8D, FA and 01. RGB value is (141,250,1). Sum of RGB (Red+Green+Blue) = 141+250+1=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 250 (98.05% from 255 or 63.78% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFA01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFA01 is #7205FE. Grayscale: #BDBDBD. Windows color (decimal): -7472639 or 129677. OLE color: 129677.

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

Color convert

RGB 141 250 1 -
CMYK 0.44 0 1.00 0.02
HSL 86.27º 0.99% 0.49% -
HSV(B) 86.27º 1% 0.98% -
XYZ 45.18 74.04 11.94 -
YUV 189.02 21.89 93.75 -
System Red Green Blue C M Y K H S L
Decimal 141 250 1 0.44 0 1.00 0.02 86.27 0.99 0.49
Hex 8D FA 1 2C 0 64 2 56 63 31
Octal 215 372 1 54 0 144 2 126 143 61
Binary 10001101 11111010 1 101100 0 1100100 10 1010110 1100011 110001

Color Harmonies of #8DFA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFA01

Black with #8DFA01

Text Example


Text Example

White with #8DFA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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