Html Css Color HEX #8BF001 Chartreuse

📋 copy color: '#8BF001'

red 139 ◦ green 240 ◦ blue 1

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

Shades of Chartreuse #8BF001

Tints of Chartreuse #8BF001

RGB

 RED value IS 139 (54.69% from 255) = 36.58%

 GREEN value IS 240 (94.14% from 255) = 63.16%

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

R = 36.58%
G = 63.16%
B = 0.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#8BF001 (or 0x8BF001) is known color: Chartreuse. HEX triplet: 8B, F0 and 01. RGB value is (139,240,1). Sum of RGB (Red+Green+Blue) = 139+240+1=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 240 (94.14% from 255 or 63.16% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF001 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BF001 is #740FFE. Grayscale: #B7B7B7. Windows color (decimal): -7606271 or 127115. OLE color: 127115.

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

Color convert

RGB 139 240 1 -
CMYK 0.42 0 1.00 0.06
HSL 85.36º 0.99% 0.47% -
HSV(B) 85.36º 1% 0.94% -
XYZ 41.81 67.81 10.91 -
YUV 182.56 25.54 96.93 -
System Red Green Blue C M Y K H S L
Decimal 139 240 1 0.42 0 1.00 0.06 85.36 0.99 0.47
Hex 8B F0 1 2A 0 64 6 55 63 2F
Octal 213 360 1 52 0 144 6 125 143 57
Binary 10001011 11110000 1 101010 0 1100100 110 1010101 1100011 101111

Color Harmonies of #8BF001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BF001

Black with #8BF001

Text Example


Text Example

White with #8BF001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,240,1); }

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

background-color css

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

 a { background-color: rgb(139,240,1); }

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

border-color css

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

 span { border-color: rgb(139,240,1); }

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