Shades of Chartreuse #8FF10D
Tints of Chartreuse #8FF10D
RGB
CMYK
RGB Variations
Color information
#8FF10D (or 0x8FF10D) is known color: Chartreuse. HEX triplet: 8F, F1 and 0D. RGB value is (143,241,13). Sum of RGB (Red+Green+Blue) = 143+241+13=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 241 (94.53% from 255 or 60.71% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF10D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FF10D is #700EF2. Grayscale: #BABABA. Windows color (decimal): -7343859 or 913807. OLE color: 913807.
HSL color Cylindrical-coordinate representation of color #8FF10D: hue angle of 85.79º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FF10D is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 241 | 13 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.05 |
| HSL | 85.79º | 0.9% | 0.5% | - |
| HSV(B) | 85.79º | 0.95% | 0.95% | - |
| XYZ | 42.86 | 68.78 | 11.4 | - |
| YUV | 185.71 | 30.53 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 241 | 13 | 0.41 | 0 | 0.95 | 0.05 | 85.79 | 0.9 | 0.5 |
| Hex | 8F | F1 | D | 29 | 0 | 5F | 5 | 56 | 5A | 32 |
| Octal | 217 | 361 | 15 | 51 | 0 | 137 | 5 | 126 | 132 | 62 |
| Binary | 10001111 | 11110001 | 1101 | 101001 | 0 | 1011111 | 101 | 1010110 | 1011010 | 110010 |
Color Harmonies of #8FF10D
Complementary color
Monochromatic Colors of #8FF10D
Black with #8FF10D
Text Example
Text Example
White with #8FF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF10D; }
p { color: rgb(143,241,13); }
H1.HeaderClassName
{
color: #8FF10D;
}
.AnyTagClassName
{
color: #8FF10D;
}
</style>
background-color css
<style>
a { background-color: #8FF10D; }
a { background-color: rgb(143,241,13); }
div.DivClassName
{
background-color: #8FF10D;
}
.BgClassName
{
background-color: #8FF10D;
}
</style>
border-color css
<style>
span { border-color: #8FF10D; }
span { border-color: rgb(143,241,13); }
td.TdClassName
{
border-color: #8FF10D;
}
.TagClassName
{
border-color: #8FF10D;
}
</style>