Shades of Chartreuse #8BFA21
Tints of Chartreuse #8BFA21
RGB
CMYK
RGB Variations
Color information
#8BFA21 (or 0x8BFA21) is known color: Chartreuse. HEX triplet: 8B, FA and 21. RGB value is (139,250,33). Sum of RGB (Red+Green+Blue) = 139+250+33=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFA21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BFA21 is #7405DE. Grayscale: #C0C0C0. Windows color (decimal): -7603679 or 2226827. OLE color: 2226827.
HSL color Cylindrical-coordinate representation of color #8BFA21: hue angle of 90.69º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8BFA21 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 33 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.02 |
| HSL | 90.69º | 0.96% | 0.55% | - |
| HSV(B) | 90.69º | 0.87% | 0.98% | - |
| XYZ | 45.11 | 73.97 | 13.34 | - |
| YUV | 192.07 | 38.23 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 33 | 0.44 | 0 | 0.87 | 0.02 | 90.69 | 0.96 | 0.55 |
| Hex | 8B | FA | 21 | 2C | 0 | 57 | 2 | 5B | 60 | 37 |
| Octal | 213 | 372 | 41 | 54 | 0 | 127 | 2 | 133 | 140 | 67 |
| Binary | 10001011 | 11111010 | 100001 | 101100 | 0 | 1010111 | 10 | 1011011 | 1100000 | 110111 |
Color Harmonies of #8BFA21
Complementary color
Monochromatic Colors of #8BFA21
Black with #8BFA21
Text Example
Text Example
White with #8BFA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFA21; }
p { color: rgb(139,250,33); }
H1.HeaderClassName
{
color: #8BFA21;
}
.AnyTagClassName
{
color: #8BFA21;
}
</style>
background-color css
<style>
a { background-color: #8BFA21; }
a { background-color: rgb(139,250,33); }
div.DivClassName
{
background-color: #8BFA21;
}
.BgClassName
{
background-color: #8BFA21;
}
</style>
border-color css
<style>
span { border-color: #8BFA21; }
span { border-color: rgb(139,250,33); }
td.TdClassName
{
border-color: #8BFA21;
}
.TagClassName
{
border-color: #8BFA21;
}
</style>