Shades of Chartreuse #8FEF10
Tints of Chartreuse #8FEF10
RGB
CMYK
RGB Variations
Color information
#8FEF10 (or 0x8FEF10) is known color: Chartreuse. HEX triplet: 8F, EF and 10. RGB value is (143,239,16). Sum of RGB (Red+Green+Blue) = 143+239+16=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 239 (93.75% from 255 or 60.05% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FEF10 is #7010EF. Grayscale: #B9B9B9. Windows color (decimal): -7344368 or 1109903. OLE color: 1109903.
HSL color Cylindrical-coordinate representation of color #8FEF10: hue angle of 85.83º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FEF10 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 16 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.06 |
| HSL | 85.83º | 0.87% | 0.5% | - |
| HSV(B) | 85.83º | 0.93% | 0.94% | - |
| XYZ | 42.29 | 67.61 | 11.31 | - |
| YUV | 184.87 | 32.7 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 16 | 0.40 | 0 | 0.93 | 0.06 | 85.83 | 0.87 | 0.5 |
| Hex | 8F | EF | 10 | 28 | 0 | 5D | 6 | 56 | 57 | 32 |
| Octal | 217 | 357 | 20 | 50 | 0 | 135 | 6 | 126 | 127 | 62 |
| Binary | 10001111 | 11101111 | 10000 | 101000 | 0 | 1011101 | 110 | 1010110 | 1010111 | 110010 |
Color Harmonies of #8FEF10
Complementary color
Monochromatic Colors of #8FEF10
Black with #8FEF10
Text Example
Text Example
White with #8FEF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEF10; }
p { color: rgb(143,239,16); }
H1.HeaderClassName
{
color: #8FEF10;
}
.AnyTagClassName
{
color: #8FEF10;
}
</style>
background-color css
<style>
a { background-color: #8FEF10; }
a { background-color: rgb(143,239,16); }
div.DivClassName
{
background-color: #8FEF10;
}
.BgClassName
{
background-color: #8FEF10;
}
</style>
border-color css
<style>
span { border-color: #8FEF10; }
span { border-color: rgb(143,239,16); }
td.TdClassName
{
border-color: #8FEF10;
}
.TagClassName
{
border-color: #8FEF10;
}
</style>