#8BF01F

Color #8BF01F Chartreuse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse #8BF01F

Tints of Chartreuse #8BF01F

Color information

#8BF01F (or 0x8BF01F) is unknown color: approx Chartreuse. HEX triplet: 8B, F0 and 1F. RGB value is (139,240,31). Sum of RGB (Red+Green+Blue) = 139+240+31=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 240 (94.14% from 255 or 58.54% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF01F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BF01F is #740FE0. Grayscale: #BABABA. Windows color (decimal): -7606241 or 2093195. OLE color: 2093195.

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

Color convert

RGB13924031-
CMYK0.4200.870.06
HSL89º87.45%53.14%-
HSV(B)89º87.08%94.12%-
XYZ42.0567.9112.19-
YUV185.9840.5494.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.90%
GREEN value IS 240 (94.14% from 255) = 58.54%
BLUE value IS 31 (12.5% from 255) = 7.56%
R=33.90%
G=58.54%
B=7.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal139240310.4200.870.068987.4553.14
Hex8BF01F2A0576595735
Octal21336037520127613112765
Binary1000101111110000111111010100101011111010110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8BF01F;
 }
 .AnyTagClassName
 {
   color: #8BF01F;
 }
</style>
background-color css

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

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

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

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

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

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