Html Css Color HEX #8CF101 Chartreuse

📋 copy color: '#8CF101'

red 140 ◦ green 241 ◦ blue 1

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

Shades of Chartreuse #8CF101

Tints of Chartreuse #8CF101

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.09%

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

R = 36.65%
G = 63.09%
B = 0.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#8CF101 (or 0x8CF101) is known color: Chartreuse. HEX triplet: 8C, F1 and 01. RGB value is (140,241,1). Sum of RGB (Red+Green+Blue) = 140+241+1=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF101 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF101 is #730EFE. Grayscale: #B8B8B8. Windows color (decimal): -7540479 or 127372. OLE color: 127372.

HSL color Cylindrical-coordinate representation of color #8CF101: hue angle of 85.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CF101 is Cyan = 0.42, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 241 1 -
CMYK 0.42 0 1.00 0.05
HSL 85.25º 0.99% 0.47% -
HSV(B) 85.25º 1% 0.95% -
XYZ 42.28 68.49 11.02 -
YUV 183.44 25.04 97.01 -
System Red Green Blue C M Y K H S L
Decimal 140 241 1 0.42 0 1.00 0.05 85.25 0.99 0.47
Hex 8C F1 1 2A 0 64 5 55 63 2F
Octal 214 361 1 52 0 144 5 125 143 57
Binary 10001100 11110001 1 101010 0 1100100 101 1010101 1100011 101111

Color Harmonies of #8CF101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF101

Black with #8CF101

Text Example


Text Example

White with #8CF101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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