Shades of Chartreuse #8FF800
Tints of Chartreuse #8FF800
RGB
CMYK
RGB Variations
Color information
#8FF800 (or 0x8FF800) is known color: Chartreuse. HEX triplet: 8F, F8 and 00. RGB value is (143,248,0). Sum of RGB (Red+Green+Blue) = 143+248+0=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 248 (97.27% from 255 or 63.43% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 248 - color contains mainly: green. Hex color #8FF800 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FF800 is #7007FF. Grayscale: #BDBDBD. Windows color (decimal): -7342080 or 63631. OLE color: 63631.
HSL color Cylindrical-coordinate representation of color #8FF800: hue angle of 85.4º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FF800 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 248 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.03 |
| HSL | 85.4º | 1% | 0.49% | - |
| HSV(B) | 85.4º | 1% | 0.97% | - |
| XYZ | 44.9 | 72.97 | 11.72 | - |
| YUV | 188.33 | 21.71 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 248 | 0 | 0.42 | 0 | 1 | 0.03 | 85.4 | 1 | 0.49 |
| Hex | 8F | F8 | 0 | 2A | 0 | 64 | 3 | 55 | 64 | 31 |
| Octal | 217 | 370 | 0 | 52 | 0 | 144 | 3 | 125 | 144 | 61 |
| Binary | 10001111 | 11111000 | 0 | 101010 | 0 | 1100100 | 11 | 1010101 | 1100100 | 110001 |
Color Harmonies of #8FF800
Complementary color
Monochromatic Colors of #8FF800
Black with #8FF800
Text Example
Text Example
White with #8FF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF800; }
p { color: rgb(143,248,0); }
H1.HeaderClassName
{
color: #8FF800;
}
.AnyTagClassName
{
color: #8FF800;
}
</style>
background-color css
<style>
a { background-color: #8FF800; }
a { background-color: rgb(143,248,0); }
div.DivClassName
{
background-color: #8FF800;
}
.BgClassName
{
background-color: #8FF800;
}
</style>
border-color css
<style>
span { border-color: #8FF800; }
span { border-color: rgb(143,248,0); }
td.TdClassName
{
border-color: #8FF800;
}
.TagClassName
{
border-color: #8FF800;
}
</style>