Shades of Chartreuse #8CFC03
Tints of Chartreuse #8CFC03
RGB
CMYK
RGB Variations
Color information
#8CFC03 (or 0x8CFC03) is known color: Chartreuse. HEX triplet: 8C, FC and 03. RGB value is (140,252,3). Sum of RGB (Red+Green+Blue) = 140+252+3=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 252 (98.83% from 255 or 63.80% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFC03 is #7303FC. Grayscale: #BFBFBF. Windows color (decimal): -7537661 or 261260. OLE color: 261260.
HSL color Cylindrical-coordinate representation of color #8CFC03: hue angle of 86.99º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CFC03 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 3 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.01 |
| HSL | 86.99º | 0.98% | 0.5% | - |
| HSV(B) | 86.99º | 0.99% | 0.99% | - |
| XYZ | 45.64 | 75.2 | 12.2 | - |
| YUV | 190.13 | 22.39 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 3 | 0.44 | 0 | 0.99 | 0.01 | 86.99 | 0.98 | 0.5 |
| Hex | 8C | FC | 3 | 2C | 0 | 63 | 1 | 57 | 62 | 32 |
| Octal | 214 | 374 | 3 | 54 | 0 | 143 | 1 | 127 | 142 | 62 |
| Binary | 10001100 | 11111100 | 11 | 101100 | 0 | 1100011 | 1 | 1010111 | 1100010 | 110010 |
Color Harmonies of #8CFC03
Complementary color
Monochromatic Colors of #8CFC03
Black with #8CFC03
Text Example
Text Example
White with #8CFC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC03; }
p { color: rgb(140,252,3); }
H1.HeaderClassName
{
color: #8CFC03;
}
.AnyTagClassName
{
color: #8CFC03;
}
</style>
background-color css
<style>
a { background-color: #8CFC03; }
a { background-color: rgb(140,252,3); }
div.DivClassName
{
background-color: #8CFC03;
}
.BgClassName
{
background-color: #8CFC03;
}
</style>
border-color css
<style>
span { border-color: #8CFC03; }
span { border-color: rgb(140,252,3); }
td.TdClassName
{
border-color: #8CFC03;
}
.TagClassName
{
border-color: #8CFC03;
}
</style>