Shades of Chartreuse #8CFA08
Tints of Chartreuse #8CFA08
RGB
CMYK
RGB Variations
Color information
#8CFA08 (or 0x8CFA08) is known color: Chartreuse. HEX triplet: 8C, FA and 08. RGB value is (140,250,8). Sum of RGB (Red+Green+Blue) = 140+250+8=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 250 (98.05% from 255 or 62.81% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFA08 is #7305F7. Grayscale: #BEBEBE. Windows color (decimal): -7538168 or 588428. OLE color: 588428.
HSL color Cylindrical-coordinate representation of color #8CFA08: hue angle of 87.27º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CFA08 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 8 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.02 |
| HSL | 87.27º | 0.96% | 0.51% | - |
| HSV(B) | 87.27º | 0.97% | 0.98% | - |
| XYZ | 45.04 | 73.96 | 12.13 | - |
| YUV | 189.52 | 25.56 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 8 | 0.44 | 0 | 0.97 | 0.02 | 87.27 | 0.96 | 0.51 |
| Hex | 8C | FA | 8 | 2C | 0 | 61 | 2 | 57 | 60 | 33 |
| Octal | 214 | 372 | 10 | 54 | 0 | 141 | 2 | 127 | 140 | 63 |
| Binary | 10001100 | 11111010 | 1000 | 101100 | 0 | 1100001 | 10 | 1010111 | 1100000 | 110011 |
Color Harmonies of #8CFA08
Complementary color
Monochromatic Colors of #8CFA08
Black with #8CFA08
Text Example
Text Example
White with #8CFA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA08; }
p { color: rgb(140,250,8); }
H1.HeaderClassName
{
color: #8CFA08;
}
.AnyTagClassName
{
color: #8CFA08;
}
</style>
background-color css
<style>
a { background-color: #8CFA08; }
a { background-color: rgb(140,250,8); }
div.DivClassName
{
background-color: #8CFA08;
}
.BgClassName
{
background-color: #8CFA08;
}
</style>
border-color css
<style>
span { border-color: #8CFA08; }
span { border-color: rgb(140,250,8); }
td.TdClassName
{
border-color: #8CFA08;
}
.TagClassName
{
border-color: #8CFA08;
}
</style>