Shades of Chartreuse #8CF803
Tints of Chartreuse #8CF803
RGB
CMYK
RGB Variations
Color information
#8CF803 (or 0x8CF803) is known color: Chartreuse. HEX triplet: 8C, F8 and 03. RGB value is (140,248,3). Sum of RGB (Red+Green+Blue) = 140+248+3=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 248 (97.27% from 255 or 63.43% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF803 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF803 is #7307FC. Grayscale: #BCBCBC. Windows color (decimal): -7538685 or 260236. OLE color: 260236.
HSL color Cylindrical-coordinate representation of color #8CF803: hue angle of 86.45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CF803 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 248 | 3 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.03 |
| HSL | 86.45º | 0.98% | 0.49% | - |
| HSV(B) | 86.45º | 0.99% | 0.97% | - |
| XYZ | 44.4 | 72.72 | 11.78 | - |
| YUV | 187.78 | 23.72 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 248 | 3 | 0.44 | 0 | 0.99 | 0.03 | 86.45 | 0.98 | 0.49 |
| Hex | 8C | F8 | 3 | 2C | 0 | 63 | 3 | 56 | 62 | 31 |
| Octal | 214 | 370 | 3 | 54 | 0 | 143 | 3 | 126 | 142 | 61 |
| Binary | 10001100 | 11111000 | 11 | 101100 | 0 | 1100011 | 11 | 1010110 | 1100010 | 110001 |
Color Harmonies of #8CF803
Complementary color
Monochromatic Colors of #8CF803
Black with #8CF803
Text Example
Text Example
White with #8CF803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF803; }
p { color: rgb(140,248,3); }
H1.HeaderClassName
{
color: #8CF803;
}
.AnyTagClassName
{
color: #8CF803;
}
</style>
background-color css
<style>
a { background-color: #8CF803; }
a { background-color: rgb(140,248,3); }
div.DivClassName
{
background-color: #8CF803;
}
.BgClassName
{
background-color: #8CF803;
}
</style>
border-color css
<style>
span { border-color: #8CF803; }
span { border-color: rgb(140,248,3); }
td.TdClassName
{
border-color: #8CF803;
}
.TagClassName
{
border-color: #8CF803;
}
</style>