Shades of Chartreuse #8BF205
Tints of Chartreuse #8BF205
RGB
CMYK
RGB Variations
Color information
#8BF205 (or 0x8BF205) is known color: Chartreuse. HEX triplet: 8B, F2 and 05. RGB value is (139,242,5). Sum of RGB (Red+Green+Blue) = 139+242+5=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 242 (94.92% from 255 or 62.69% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF205 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BF205 is #740DFA. Grayscale: #B9B9B9. Windows color (decimal): -7605755 or 389771. OLE color: 389771.
HSL color Cylindrical-coordinate representation of color #8BF205: hue angle of 86.08º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BF205 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 242 | 5 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.05 |
| HSL | 86.08º | 0.96% | 0.48% | - |
| HSV(B) | 86.08º | 0.98% | 0.95% | - |
| XYZ | 42.43 | 69 | 11.23 | - |
| YUV | 184.19 | 26.88 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 242 | 5 | 0.43 | 0 | 0.98 | 0.05 | 86.08 | 0.96 | 0.48 |
| Hex | 8B | F2 | 5 | 2B | 0 | 62 | 5 | 56 | 60 | 30 |
| Octal | 213 | 362 | 5 | 53 | 0 | 142 | 5 | 126 | 140 | 60 |
| Binary | 10001011 | 11110010 | 101 | 101011 | 0 | 1100010 | 101 | 1010110 | 1100000 | 110000 |
Color Harmonies of #8BF205
Complementary color
Monochromatic Colors of #8BF205
Black with #8BF205
Text Example
Text Example
White with #8BF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF205; }
p { color: rgb(139,242,5); }
H1.HeaderClassName
{
color: #8BF205;
}
.AnyTagClassName
{
color: #8BF205;
}
</style>
background-color css
<style>
a { background-color: #8BF205; }
a { background-color: rgb(139,242,5); }
div.DivClassName
{
background-color: #8BF205;
}
.BgClassName
{
background-color: #8BF205;
}
</style>
border-color css
<style>
span { border-color: #8BF205; }
span { border-color: rgb(139,242,5); }
td.TdClassName
{
border-color: #8BF205;
}
.TagClassName
{
border-color: #8BF205;
}
</style>