Shades of Chartreuse #8CF81C
Tints of Chartreuse #8CF81C
RGB
CMYK
RGB Variations
Color information
#8CF81C (or 0x8CF81C) is known color: Chartreuse. HEX triplet: 8C, F8 and 1C. RGB value is (140,248,28). Sum of RGB (Red+Green+Blue) = 140+248+28=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 248 (97.27% from 255 or 59.62% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF81C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF81C is #7307E3. Grayscale: #BFBFBF. Windows color (decimal): -7538660 or 1898636. OLE color: 1898636.
HSL color Cylindrical-coordinate representation of color #8CF81C: hue angle of 89.45º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CF81C is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 248 | 28 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.03 |
| HSL | 89.45º | 0.94% | 0.54% | - |
| HSV(B) | 89.45º | 0.89% | 0.97% | - |
| XYZ | 44.59 | 72.79 | 12.8 | - |
| YUV | 190.63 | 36.22 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 248 | 28 | 0.44 | 0 | 0.89 | 0.03 | 89.45 | 0.94 | 0.54 |
| Hex | 8C | F8 | 1C | 2C | 0 | 59 | 3 | 59 | 5E | 36 |
| Octal | 214 | 370 | 34 | 54 | 0 | 131 | 3 | 131 | 136 | 66 |
| Binary | 10001100 | 11111000 | 11100 | 101100 | 0 | 1011001 | 11 | 1011001 | 1011110 | 110110 |
Color Harmonies of #8CF81C
Complementary color
Monochromatic Colors of #8CF81C
Black with #8CF81C
Text Example
Text Example
White with #8CF81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF81C; }
p { color: rgb(140,248,28); }
H1.HeaderClassName
{
color: #8CF81C;
}
.AnyTagClassName
{
color: #8CF81C;
}
</style>
background-color css
<style>
a { background-color: #8CF81C; }
a { background-color: rgb(140,248,28); }
div.DivClassName
{
background-color: #8CF81C;
}
.BgClassName
{
background-color: #8CF81C;
}
</style>
border-color css
<style>
span { border-color: #8CF81C; }
span { border-color: rgb(140,248,28); }
td.TdClassName
{
border-color: #8CF81C;
}
.TagClassName
{
border-color: #8CF81C;
}
</style>