Shades of Chartreuse #8BF207
Tints of Chartreuse #8BF207
RGB
CMYK
RGB Variations
Color information
#8BF207 (or 0x8BF207) is known color: Chartreuse. HEX triplet: 8B, F2 and 07. RGB value is (139,242,7). Sum of RGB (Red+Green+Blue) = 139+242+7=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF207 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BF207 is #740DF8. Grayscale: #B9B9B9. Windows color (decimal): -7605753 or 520843. OLE color: 520843.
HSL color Cylindrical-coordinate representation of color #8BF207: hue angle of 86.3º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BF207 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 242 | 7 | - |
| CMYK | 0.43 | 0 | 0.97 | 0.05 |
| HSL | 86.3º | 0.94% | 0.49% | - |
| HSV(B) | 86.3º | 0.97% | 0.95% | - |
| XYZ | 42.44 | 69.01 | 11.28 | - |
| YUV | 184.41 | 27.88 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 242 | 7 | 0.43 | 0 | 0.97 | 0.05 | 86.3 | 0.94 | 0.49 |
| Hex | 8B | F2 | 7 | 2B | 0 | 61 | 5 | 56 | 5E | 31 |
| Octal | 213 | 362 | 7 | 53 | 0 | 141 | 5 | 126 | 136 | 61 |
| Binary | 10001011 | 11110010 | 111 | 101011 | 0 | 1100001 | 101 | 1010110 | 1011110 | 110001 |
Color Harmonies of #8BF207
Complementary color
Monochromatic Colors of #8BF207
Black with #8BF207
Text Example
Text Example
White with #8BF207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF207; }
p { color: rgb(139,242,7); }
H1.HeaderClassName
{
color: #8BF207;
}
.AnyTagClassName
{
color: #8BF207;
}
</style>
background-color css
<style>
a { background-color: #8BF207; }
a { background-color: rgb(139,242,7); }
div.DivClassName
{
background-color: #8BF207;
}
.BgClassName
{
background-color: #8BF207;
}
</style>
border-color css
<style>
span { border-color: #8BF207; }
span { border-color: rgb(139,242,7); }
td.TdClassName
{
border-color: #8BF207;
}
.TagClassName
{
border-color: #8BF207;
}
</style>