Shades of Chartreuse #8FF00D
Tints of Chartreuse #8FF00D
RGB
CMYK
RGB Variations
Color information
#8FF00D (or 0x8FF00D) is known color: Chartreuse. HEX triplet: 8F, F0 and 0D. RGB value is (143,240,13). Sum of RGB (Red+Green+Blue) = 143+240+13=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 240 (94.14% from 255 or 60.61% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF00D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FF00D is #700FF2. Grayscale: #B9B9B9. Windows color (decimal): -7344115 or 913551. OLE color: 913551.
HSL color Cylindrical-coordinate representation of color #8FF00D: hue angle of 85.64º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FF00D is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 13 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.06 |
| HSL | 85.64º | 0.9% | 0.5% | - |
| HSV(B) | 85.64º | 0.95% | 0.94% | - |
| XYZ | 42.56 | 68.19 | 11.3 | - |
| YUV | 185.12 | 30.86 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 13 | 0.40 | 0 | 0.95 | 0.06 | 85.64 | 0.9 | 0.5 |
| Hex | 8F | F0 | D | 28 | 0 | 5F | 6 | 56 | 5A | 32 |
| Octal | 217 | 360 | 15 | 50 | 0 | 137 | 6 | 126 | 132 | 62 |
| Binary | 10001111 | 11110000 | 1101 | 101000 | 0 | 1011111 | 110 | 1010110 | 1011010 | 110010 |
Color Harmonies of #8FF00D
Complementary color
Monochromatic Colors of #8FF00D
Black with #8FF00D
Text Example
Text Example
White with #8FF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF00D; }
p { color: rgb(143,240,13); }
H1.HeaderClassName
{
color: #8FF00D;
}
.AnyTagClassName
{
color: #8FF00D;
}
</style>
background-color css
<style>
a { background-color: #8FF00D; }
a { background-color: rgb(143,240,13); }
div.DivClassName
{
background-color: #8FF00D;
}
.BgClassName
{
background-color: #8FF00D;
}
</style>
border-color css
<style>
span { border-color: #8FF00D; }
span { border-color: rgb(143,240,13); }
td.TdClassName
{
border-color: #8FF00D;
}
.TagClassName
{
border-color: #8FF00D;
}
</style>