Shades of Chartreuse #8DFF1F
Tints of Chartreuse #8DFF1F
RGB
CMYK
RGB Variations
Color information
#8DFF1F (or 0x8DFF1F) is known color: Chartreuse. HEX triplet: 8D, FF and 1F. RGB value is (141,255,31). Sum of RGB (Red+Green+Blue) = 141+255+31=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DFF1F is #7200E0. Grayscale: #C4C4C4. Windows color (decimal): -7471329 or 2097037. OLE color: 2097037.
HSL color Cylindrical-coordinate representation of color #8DFF1F: hue angle of 90.54º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DFF1F is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 31 | - |
| CMYK | 0.45 | 0 | 0.88 | 0 |
| HSL | 90.54º | 1% | 0.56% | - |
| HSV(B) | 90.54º | 0.88% | 1% | - |
| XYZ | 46.99 | 77.28 | 13.74 | - |
| YUV | 195.38 | 35.23 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 31 | 0.45 | 0 | 0.88 | 0 | 90.54 | 1 | 0.56 |
| Hex | 8D | FF | 1F | 2D | 0 | 58 | 0 | 5B | 64 | 38 |
| Octal | 215 | 377 | 37 | 55 | 0 | 130 | 0 | 133 | 144 | 70 |
| Binary | 10001101 | 11111111 | 11111 | 101101 | 0 | 1011000 | 0 | 1011011 | 1100100 | 111000 |
Color Harmonies of #8DFF1F
Complementary color
Monochromatic Colors of #8DFF1F
Black with #8DFF1F
Text Example
Text Example
White with #8DFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFF1F; }
p { color: rgb(141,255,31); }
H1.HeaderClassName
{
color: #8DFF1F;
}
.AnyTagClassName
{
color: #8DFF1F;
}
</style>
background-color css
<style>
a { background-color: #8DFF1F; }
a { background-color: rgb(141,255,31); }
div.DivClassName
{
background-color: #8DFF1F;
}
.BgClassName
{
background-color: #8DFF1F;
}
</style>
border-color css
<style>
span { border-color: #8DFF1F; }
span { border-color: rgb(141,255,31); }
td.TdClassName
{
border-color: #8DFF1F;
}
.TagClassName
{
border-color: #8DFF1F;
}
</style>