Shades of Chartreuse #8FF400
Tints of Chartreuse #8FF400
RGB
CMYK
RGB Variations
Color information
#8FF400 (or 0x8FF400) is known color: Chartreuse. HEX triplet: 8F, F4 and 00. RGB value is (143,244,0). Sum of RGB (Red+Green+Blue) = 143+244+0=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 244 (95.70% from 255 or 63.05% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 244 - color contains mainly: green. Hex color #8FF400 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FF400 is #700BFF. Grayscale: #BABABA. Windows color (decimal): -7343104 or 62607. OLE color: 62607.
HSL color Cylindrical-coordinate representation of color #8FF400: hue angle of 84.84º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FF400 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 244 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.04 |
| HSL | 84.84º | 1% | 0.48% | - |
| HSV(B) | 84.84º | 1% | 0.96% | - |
| XYZ | 43.68 | 70.54 | 11.31 | - |
| YUV | 185.99 | 23.04 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 244 | 0 | 0.41 | 0 | 1 | 0.04 | 84.84 | 1 | 0.48 |
| Hex | 8F | F4 | 0 | 29 | 0 | 64 | 4 | 55 | 64 | 30 |
| Octal | 217 | 364 | 0 | 51 | 0 | 144 | 4 | 125 | 144 | 60 |
| Binary | 10001111 | 11110100 | 0 | 101001 | 0 | 1100100 | 100 | 1010101 | 1100100 | 110000 |
Color Harmonies of #8FF400
Complementary color
Monochromatic Colors of #8FF400
Black with #8FF400
Text Example
Text Example
White with #8FF400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF400; }
p { color: rgb(143,244,0); }
H1.HeaderClassName
{
color: #8FF400;
}
.AnyTagClassName
{
color: #8FF400;
}
</style>
background-color css
<style>
a { background-color: #8FF400; }
a { background-color: rgb(143,244,0); }
div.DivClassName
{
background-color: #8FF400;
}
.BgClassName
{
background-color: #8FF400;
}
</style>
border-color css
<style>
span { border-color: #8FF400; }
span { border-color: rgb(143,244,0); }
td.TdClassName
{
border-color: #8FF400;
}
.TagClassName
{
border-color: #8FF400;
}
</style>