Shades of Chartreuse #8CF81F
Tints of Chartreuse #8CF81F
RGB
CMYK
RGB Variations
Color information
#8CF81F (or 0x8CF81F) is known color: Chartreuse. HEX triplet: 8C, F8 and 1F. RGB value is (140,248,31). Sum of RGB (Red+Green+Blue) = 140+248+31=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 248 (97.27% from 255 or 59.19% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF81F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF81F is #7307E0. Grayscale: #BFBFBF. Windows color (decimal): -7538657 or 2095244. OLE color: 2095244.
HSL color Cylindrical-coordinate representation of color #8CF81F: hue angle of 89.86º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CF81F is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 248 | 31 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.03 |
| HSL | 89.86º | 0.94% | 0.55% | - |
| HSV(B) | 89.86º | 0.88% | 0.97% | - |
| XYZ | 44.63 | 72.81 | 13 | - |
| YUV | 190.97 | 37.72 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 248 | 31 | 0.44 | 0 | 0.88 | 0.03 | 89.86 | 0.94 | 0.55 |
| Hex | 8C | F8 | 1F | 2C | 0 | 58 | 3 | 5A | 5E | 37 |
| Octal | 214 | 370 | 37 | 54 | 0 | 130 | 3 | 132 | 136 | 67 |
| Binary | 10001100 | 11111000 | 11111 | 101100 | 0 | 1011000 | 11 | 1011010 | 1011110 | 110111 |
Color Harmonies of #8CF81F
Complementary color
Monochromatic Colors of #8CF81F
Black with #8CF81F
Text Example
Text Example
White with #8CF81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF81F; }
p { color: rgb(140,248,31); }
H1.HeaderClassName
{
color: #8CF81F;
}
.AnyTagClassName
{
color: #8CF81F;
}
</style>
background-color css
<style>
a { background-color: #8CF81F; }
a { background-color: rgb(140,248,31); }
div.DivClassName
{
background-color: #8CF81F;
}
.BgClassName
{
background-color: #8CF81F;
}
</style>
border-color css
<style>
span { border-color: #8CF81F; }
span { border-color: rgb(140,248,31); }
td.TdClassName
{
border-color: #8CF81F;
}
.TagClassName
{
border-color: #8CF81F;
}
</style>