Html Css Color HEX #8BF100 Chartreuse

📋 copy color: '#8BF100'

red 139 ◦ green 241 ◦ blue 0

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

Shades of Chartreuse #8BF100

Tints of Chartreuse #8BF100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.58%
G = 63.42%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#8BF100 (or 0x8BF100) is known color: Chartreuse. HEX triplet: 8B, F1 and 00. RGB value is (139,241,0). Sum of RGB (Red+Green+Blue) = 139+241+0=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF100 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BF100 is #740EFF. Grayscale: #B7B7B7. Windows color (decimal): -7606016 or 61835. OLE color: 61835.

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

Color convert

RGB 139 241 0 -
CMYK 0.42 0 1 0.05
HSL 85.39º 1% 0.47% -
HSV(B) 85.39º 1% 0.95% -
XYZ 42.1 68.4 10.98 -
YUV 183.03 24.71 96.6 -
System Red Green Blue C M Y K H S L
Decimal 139 241 0 0.42 0 1 0.05 85.39 1 0.47
Hex 8B F1 0 2A 0 64 5 55 64 2F
Octal 213 361 0 52 0 144 5 125 144 57
Binary 10001011 11110001 0 101010 0 1100100 101 1010101 1100100 101111

Color Harmonies of #8BF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BF100

Black with #8BF100

Text Example


Text Example

White with #8BF100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,241,0); }

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

background-color css

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

 a { background-color: rgb(139,241,0); }

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

border-color css

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

 span { border-color: rgb(139,241,0); }

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