Shades of Chartreuse #8CFF1F
Tints of Chartreuse #8CFF1F
RGB
CMYK
RGB Variations
Color information
#8CFF1F (or 0x8CFF1F) is known color: Chartreuse. HEX triplet: 8C, FF and 1F. RGB value is (140,255,31). Sum of RGB (Red+Green+Blue) = 140+255+31=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFF1F is #7300E0. Grayscale: #C3C3C3. Windows color (decimal): -7536865 or 2097036. OLE color: 2097036.
HSL color Cylindrical-coordinate representation of color #8CFF1F: hue angle of 90.8º 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 #8CFF1F is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 31 | - |
| CMYK | 0.45 | 0 | 0.88 | 0 |
| HSL | 90.8º | 1% | 0.56% | - |
| HSV(B) | 90.8º | 0.88% | 1% | - |
| XYZ | 46.82 | 77.19 | 13.73 | - |
| YUV | 195.08 | 35.4 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 31 | 0.45 | 0 | 0.88 | 0 | 90.8 | 1 | 0.56 |
| Hex | 8C | FF | 1F | 2D | 0 | 58 | 0 | 5B | 64 | 38 |
| Octal | 214 | 377 | 37 | 55 | 0 | 130 | 0 | 133 | 144 | 70 |
| Binary | 10001100 | 11111111 | 11111 | 101101 | 0 | 1011000 | 0 | 1011011 | 1100100 | 111000 |
Color Harmonies of #8CFF1F
Complementary color
Monochromatic Colors of #8CFF1F
Black with #8CFF1F
Text Example
Text Example
White with #8CFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF1F; }
p { color: rgb(140,255,31); }
H1.HeaderClassName
{
color: #8CFF1F;
}
.AnyTagClassName
{
color: #8CFF1F;
}
</style>
background-color css
<style>
a { background-color: #8CFF1F; }
a { background-color: rgb(140,255,31); }
div.DivClassName
{
background-color: #8CFF1F;
}
.BgClassName
{
background-color: #8CFF1F;
}
</style>
border-color css
<style>
span { border-color: #8CFF1F; }
span { border-color: rgb(140,255,31); }
td.TdClassName
{
border-color: #8CFF1F;
}
.TagClassName
{
border-color: #8CFF1F;
}
</style>