Shades of Chartreuse #8CF508
Tints of Chartreuse #8CF508
RGB
CMYK
RGB Variations
Color information
#8CF508 (or 0x8CF508) is known color: Chartreuse. HEX triplet: 8C, F5 and 08. RGB value is (140,245,8). Sum of RGB (Red+Green+Blue) = 140+245+8=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 245 (96.09% from 255 or 62.34% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF508 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF508 is #730AF7. Grayscale: #BBBBBB. Windows color (decimal): -7539448 or 587148. OLE color: 587148.
HSL color Cylindrical-coordinate representation of color #8CF508: hue angle of 86.58º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CF508 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 245 | 8 | - |
| CMYK | 0.43 | 0 | 0.97 | 0.04 |
| HSL | 86.58º | 0.94% | 0.5% | - |
| HSV(B) | 86.58º | 0.97% | 0.96% | - |
| XYZ | 43.51 | 70.9 | 11.62 | - |
| YUV | 186.59 | 27.21 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 245 | 8 | 0.43 | 0 | 0.97 | 0.04 | 86.58 | 0.94 | 0.5 |
| Hex | 8C | F5 | 8 | 2B | 0 | 61 | 4 | 57 | 5E | 32 |
| Octal | 214 | 365 | 10 | 53 | 0 | 141 | 4 | 127 | 136 | 62 |
| Binary | 10001100 | 11110101 | 1000 | 101011 | 0 | 1100001 | 100 | 1010111 | 1011110 | 110010 |
Color Harmonies of #8CF508
Complementary color
Monochromatic Colors of #8CF508
Black with #8CF508
Text Example
Text Example
White with #8CF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF508; }
p { color: rgb(140,245,8); }
H1.HeaderClassName
{
color: #8CF508;
}
.AnyTagClassName
{
color: #8CF508;
}
</style>
background-color css
<style>
a { background-color: #8CF508; }
a { background-color: rgb(140,245,8); }
div.DivClassName
{
background-color: #8CF508;
}
.BgClassName
{
background-color: #8CF508;
}
</style>
border-color css
<style>
span { border-color: #8CF508; }
span { border-color: rgb(140,245,8); }
td.TdClassName
{
border-color: #8CF508;
}
.TagClassName
{
border-color: #8CF508;
}
</style>