Shades of Chartreuse #8CFA05
Tints of Chartreuse #8CFA05
RGB
CMYK
RGB Variations
Color information
#8CFA05 (or 0x8CFA05) is known color: Chartreuse. HEX triplet: 8C, FA and 05. RGB value is (140,250,5). Sum of RGB (Red+Green+Blue) = 140+250+5=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 250 (98.05% from 255 or 63.29% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFA05 is #7305FA. Grayscale: #BEBEBE. Windows color (decimal): -7538171 or 391820. OLE color: 391820.
HSL color Cylindrical-coordinate representation of color #8CFA05: hue angle of 86.94º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CFA05 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 5 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.02 |
| HSL | 86.94º | 0.96% | 0.5% | - |
| HSV(B) | 86.94º | 0.98% | 0.98% | - |
| XYZ | 45.03 | 73.96 | 12.05 | - |
| YUV | 189.18 | 24.06 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 5 | 0.44 | 0 | 0.98 | 0.02 | 86.94 | 0.96 | 0.5 |
| Hex | 8C | FA | 5 | 2C | 0 | 62 | 2 | 57 | 60 | 32 |
| Octal | 214 | 372 | 5 | 54 | 0 | 142 | 2 | 127 | 140 | 62 |
| Binary | 10001100 | 11111010 | 101 | 101100 | 0 | 1100010 | 10 | 1010111 | 1100000 | 110010 |
Color Harmonies of #8CFA05
Complementary color
Monochromatic Colors of #8CFA05
Black with #8CFA05
Text Example
Text Example
White with #8CFA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA05; }
p { color: rgb(140,250,5); }
H1.HeaderClassName
{
color: #8CFA05;
}
.AnyTagClassName
{
color: #8CFA05;
}
</style>
background-color css
<style>
a { background-color: #8CFA05; }
a { background-color: rgb(140,250,5); }
div.DivClassName
{
background-color: #8CFA05;
}
.BgClassName
{
background-color: #8CFA05;
}
</style>
border-color css
<style>
span { border-color: #8CFA05; }
span { border-color: rgb(140,250,5); }
td.TdClassName
{
border-color: #8CFA05;
}
.TagClassName
{
border-color: #8CFA05;
}
</style>