Shades of Chartreuse #8CF008
Tints of Chartreuse #8CF008
RGB
CMYK
RGB Variations
Color information
#8CF008 (or 0x8CF008) is known color: Chartreuse. HEX triplet: 8C, F0 and 08. RGB value is (140,240,8). Sum of RGB (Red+Green+Blue) = 140+240+8=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 240 (94.14% from 255 or 61.86% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF008 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF008 is #730FF7. Grayscale: #B8B8B8. Windows color (decimal): -7540728 or 585868. OLE color: 585868.
HSL color Cylindrical-coordinate representation of color #8CF008: hue angle of 85.86º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CF008 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 8 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.06 |
| HSL | 85.86º | 0.94% | 0.49% | - |
| HSV(B) | 85.86º | 0.97% | 0.94% | - |
| XYZ | 42.02 | 67.91 | 11.12 | - |
| YUV | 183.65 | 28.87 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 8 | 0.42 | 0 | 0.97 | 0.06 | 85.86 | 0.94 | 0.49 |
| Hex | 8C | F0 | 8 | 2A | 0 | 61 | 6 | 56 | 5E | 31 |
| Octal | 214 | 360 | 10 | 52 | 0 | 141 | 6 | 126 | 136 | 61 |
| Binary | 10001100 | 11110000 | 1000 | 101010 | 0 | 1100001 | 110 | 1010110 | 1011110 | 110001 |
Color Harmonies of #8CF008
Complementary color
Monochromatic Colors of #8CF008
Black with #8CF008
Text Example
Text Example
White with #8CF008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF008; }
p { color: rgb(140,240,8); }
H1.HeaderClassName
{
color: #8CF008;
}
.AnyTagClassName
{
color: #8CF008;
}
</style>
background-color css
<style>
a { background-color: #8CF008; }
a { background-color: rgb(140,240,8); }
div.DivClassName
{
background-color: #8CF008;
}
.BgClassName
{
background-color: #8CF008;
}
</style>
border-color css
<style>
span { border-color: #8CF008; }
span { border-color: rgb(140,240,8); }
td.TdClassName
{
border-color: #8CF008;
}
.TagClassName
{
border-color: #8CF008;
}
</style>