Shades of Chartreuse #8FF60D
Tints of Chartreuse #8FF60D
RGB
CMYK
RGB Variations
Color information
#8FF60D (or 0x8FF60D) is known color: Chartreuse. HEX triplet: 8F, F6 and 0D. RGB value is (143,246,13). Sum of RGB (Red+Green+Blue) = 143+246+13=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 246 (96.48% from 255 or 61.19% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 246 - color contains mainly: green. Hex color #8FF60D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FF60D is #7009F2. Grayscale: #BDBDBD. Windows color (decimal): -7342579 or 915087. OLE color: 915087.
HSL color Cylindrical-coordinate representation of color #8FF60D: hue angle of 86.52º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FF60D is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 246 | 13 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.04 |
| HSL | 86.52º | 0.93% | 0.51% | - |
| HSV(B) | 86.52º | 0.95% | 0.96% | - |
| XYZ | 44.36 | 71.78 | 11.9 | - |
| YUV | 188.64 | 28.88 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 246 | 13 | 0.42 | 0 | 0.95 | 0.04 | 86.52 | 0.93 | 0.51 |
| Hex | 8F | F6 | D | 2A | 0 | 5F | 4 | 57 | 5D | 33 |
| Octal | 217 | 366 | 15 | 52 | 0 | 137 | 4 | 127 | 135 | 63 |
| Binary | 10001111 | 11110110 | 1101 | 101010 | 0 | 1011111 | 100 | 1010111 | 1011101 | 110011 |
Color Harmonies of #8FF60D
Complementary color
Monochromatic Colors of #8FF60D
Black with #8FF60D
Text Example
Text Example
White with #8FF60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF60D; }
p { color: rgb(143,246,13); }
H1.HeaderClassName
{
color: #8FF60D;
}
.AnyTagClassName
{
color: #8FF60D;
}
</style>
background-color css
<style>
a { background-color: #8FF60D; }
a { background-color: rgb(143,246,13); }
div.DivClassName
{
background-color: #8FF60D;
}
.BgClassName
{
background-color: #8FF60D;
}
</style>
border-color css
<style>
span { border-color: #8FF60D; }
span { border-color: rgb(143,246,13); }
td.TdClassName
{
border-color: #8FF60D;
}
.TagClassName
{
border-color: #8FF60D;
}
</style>