Shades of Chartreuse #8FF10F
Tints of Chartreuse #8FF10F
RGB
CMYK
RGB Variations
Color information
#8FF10F (or 0x8FF10F) is known color: Chartreuse. HEX triplet: 8F, F1 and 0F. RGB value is (143,241,15). Sum of RGB (Red+Green+Blue) = 143+241+15=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 241 (94.53% from 255 or 60.40% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF10F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FF10F is #700EF0. Grayscale: #BABABA. Windows color (decimal): -7343857 or 1044879. OLE color: 1044879.
HSL color Cylindrical-coordinate representation of color #8FF10F: hue angle of 86.02º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FF10F is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 241 | 15 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.05 |
| HSL | 86.02º | 0.89% | 0.5% | - |
| HSV(B) | 86.02º | 0.94% | 0.95% | - |
| XYZ | 42.87 | 68.78 | 11.47 | - |
| YUV | 185.93 | 31.53 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 241 | 15 | 0.41 | 0 | 0.94 | 0.05 | 86.02 | 0.89 | 0.5 |
| Hex | 8F | F1 | F | 29 | 0 | 5E | 5 | 56 | 59 | 32 |
| Octal | 217 | 361 | 17 | 51 | 0 | 136 | 5 | 126 | 131 | 62 |
| Binary | 10001111 | 11110001 | 1111 | 101001 | 0 | 1011110 | 101 | 1010110 | 1011001 | 110010 |
Color Harmonies of #8FF10F
Complementary color
Monochromatic Colors of #8FF10F
Black with #8FF10F
Text Example
Text Example
White with #8FF10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF10F; }
p { color: rgb(143,241,15); }
H1.HeaderClassName
{
color: #8FF10F;
}
.AnyTagClassName
{
color: #8FF10F;
}
</style>
background-color css
<style>
a { background-color: #8FF10F; }
a { background-color: rgb(143,241,15); }
div.DivClassName
{
background-color: #8FF10F;
}
.BgClassName
{
background-color: #8FF10F;
}
</style>
border-color css
<style>
span { border-color: #8FF10F; }
span { border-color: rgb(143,241,15); }
td.TdClassName
{
border-color: #8FF10F;
}
.TagClassName
{
border-color: #8FF10F;
}
</style>