Shades of Chartreuse #8CFA02
Tints of Chartreuse #8CFA02
RGB
CMYK
RGB Variations
Color information
#8CFA02 (or 0x8CFA02) is known color: Chartreuse. HEX triplet: 8C, FA and 02. RGB value is (140,250,2). Sum of RGB (Red+Green+Blue) = 140+250+2=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 250 (98.05% from 255 or 63.78% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFA02 is #7305FD. Grayscale: #BDBDBD. Windows color (decimal): -7538174 or 195212. OLE color: 195212.
HSL color Cylindrical-coordinate representation of color #8CFA02: hue angle of 86.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CFA02 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.02 |
| HSL | 86.61º | 0.98% | 0.49% | - |
| HSV(B) | 86.61º | 0.99% | 0.98% | - |
| XYZ | 45.01 | 73.95 | 11.96 | - |
| YUV | 188.84 | 22.56 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 2 | 0.44 | 0 | 0.99 | 0.02 | 86.61 | 0.98 | 0.49 |
| Hex | 8C | FA | 2 | 2C | 0 | 63 | 2 | 57 | 62 | 31 |
| Octal | 214 | 372 | 2 | 54 | 0 | 143 | 2 | 127 | 142 | 61 |
| Binary | 10001100 | 11111010 | 10 | 101100 | 0 | 1100011 | 10 | 1010111 | 1100010 | 110001 |
Color Harmonies of #8CFA02
Complementary color
Monochromatic Colors of #8CFA02
Black with #8CFA02
Text Example
Text Example
White with #8CFA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA02; }
p { color: rgb(140,250,2); }
H1.HeaderClassName
{
color: #8CFA02;
}
.AnyTagClassName
{
color: #8CFA02;
}
</style>
background-color css
<style>
a { background-color: #8CFA02; }
a { background-color: rgb(140,250,2); }
div.DivClassName
{
background-color: #8CFA02;
}
.BgClassName
{
background-color: #8CFA02;
}
</style>
border-color css
<style>
span { border-color: #8CFA02; }
span { border-color: rgb(140,250,2); }
td.TdClassName
{
border-color: #8CFA02;
}
.TagClassName
{
border-color: #8CFA02;
}
</style>