Shades of Chartreuse #8CF819
Tints of Chartreuse #8CF819
RGB
CMYK
RGB Variations
Color information
#8CF819 (or 0x8CF819) is known color: Chartreuse. HEX triplet: 8C, F8 and 19. RGB value is (140,248,25). Sum of RGB (Red+Green+Blue) = 140+248+25=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 248 (97.27% from 255 or 60.05% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF819 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF819 is #7307E6. Grayscale: #BFBFBF. Windows color (decimal): -7538663 or 1702028. OLE color: 1702028.
HSL color Cylindrical-coordinate representation of color #8CF819: hue angle of 89.06º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CF819 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 248 | 25 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.03 |
| HSL | 89.06º | 0.94% | 0.54% | - |
| HSV(B) | 89.06º | 0.9% | 0.97% | - |
| XYZ | 44.56 | 72.78 | 12.62 | - |
| YUV | 190.29 | 34.72 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 248 | 25 | 0.44 | 0 | 0.90 | 0.03 | 89.06 | 0.94 | 0.54 |
| Hex | 8C | F8 | 19 | 2C | 0 | 5A | 3 | 59 | 5E | 36 |
| Octal | 214 | 370 | 31 | 54 | 0 | 132 | 3 | 131 | 136 | 66 |
| Binary | 10001100 | 11111000 | 11001 | 101100 | 0 | 1011010 | 11 | 1011001 | 1011110 | 110110 |
Color Harmonies of #8CF819
Complementary color
Monochromatic Colors of #8CF819
Black with #8CF819
Text Example
Text Example
White with #8CF819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF819; }
p { color: rgb(140,248,25); }
H1.HeaderClassName
{
color: #8CF819;
}
.AnyTagClassName
{
color: #8CF819;
}
</style>
background-color css
<style>
a { background-color: #8CF819; }
a { background-color: rgb(140,248,25); }
div.DivClassName
{
background-color: #8CF819;
}
.BgClassName
{
background-color: #8CF819;
}
</style>
border-color css
<style>
span { border-color: #8CF819; }
span { border-color: rgb(140,248,25); }
td.TdClassName
{
border-color: #8CF819;
}
.TagClassName
{
border-color: #8CF819;
}
</style>