Shades of Chartreuse #8BFA1B
Tints of Chartreuse #8BFA1B
RGB
CMYK
RGB Variations
Color information
#8BFA1B (or 0x8BFA1B) is known color: Chartreuse. HEX triplet: 8B, FA and 1B. RGB value is (139,250,27). Sum of RGB (Red+Green+Blue) = 139+250+27=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFA1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BFA1B is #7405E4. Grayscale: #C0C0C0. Windows color (decimal): -7603685 or 1833611. OLE color: 1833611.
HSL color Cylindrical-coordinate representation of color #8BFA1B: hue angle of 89.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8BFA1B is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 27 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.02 |
| HSL | 89.87º | 0.96% | 0.54% | - |
| HSV(B) | 89.87º | 0.89% | 0.98% | - |
| XYZ | 45.03 | 73.94 | 12.94 | - |
| YUV | 191.39 | 35.23 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 27 | 0.44 | 0 | 0.89 | 0.02 | 89.87 | 0.96 | 0.54 |
| Hex | 8B | FA | 1B | 2C | 0 | 59 | 2 | 5A | 60 | 36 |
| Octal | 213 | 372 | 33 | 54 | 0 | 131 | 2 | 132 | 140 | 66 |
| Binary | 10001011 | 11111010 | 11011 | 101100 | 0 | 1011001 | 10 | 1011010 | 1100000 | 110110 |
Color Harmonies of #8BFA1B
Complementary color
Monochromatic Colors of #8BFA1B
Black with #8BFA1B
Text Example
Text Example
White with #8BFA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFA1B; }
p { color: rgb(139,250,27); }
H1.HeaderClassName
{
color: #8BFA1B;
}
.AnyTagClassName
{
color: #8BFA1B;
}
</style>
background-color css
<style>
a { background-color: #8BFA1B; }
a { background-color: rgb(139,250,27); }
div.DivClassName
{
background-color: #8BFA1B;
}
.BgClassName
{
background-color: #8BFA1B;
}
</style>
border-color css
<style>
span { border-color: #8BFA1B; }
span { border-color: rgb(139,250,27); }
td.TdClassName
{
border-color: #8BFA1B;
}
.TagClassName
{
border-color: #8BFA1B;
}
</style>