Shades of Chartreuse #8CFD12
Tints of Chartreuse #8CFD12
RGB
CMYK
RGB Variations
Color information
#8CFD12 (or 0x8CFD12) is known color: Chartreuse. HEX triplet: 8C, FD and 12. RGB value is (140,253,18). Sum of RGB (Red+Green+Blue) = 140+253+18=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 253 (99.22% from 255 or 61.56% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFD12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFD12 is #7302ED. Grayscale: #C1C1C1. Windows color (decimal): -7537390 or 1244556. OLE color: 1244556.
HSL color Cylindrical-coordinate representation of color #8CFD12: hue angle of 88.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CFD12 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 18 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.01 |
| HSL | 88.85º | 0.98% | 0.53% | - |
| HSV(B) | 88.85º | 0.93% | 0.99% | - |
| XYZ | 46.05 | 75.87 | 12.79 | - |
| YUV | 192.42 | 29.56 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 18 | 0.45 | 0 | 0.93 | 0.01 | 88.85 | 0.98 | 0.53 |
| Hex | 8C | FD | 12 | 2D | 0 | 5D | 1 | 59 | 62 | 35 |
| Octal | 214 | 375 | 22 | 55 | 0 | 135 | 1 | 131 | 142 | 65 |
| Binary | 10001100 | 11111101 | 10010 | 101101 | 0 | 1011101 | 1 | 1011001 | 1100010 | 110101 |
Color Harmonies of #8CFD12
Complementary color
Monochromatic Colors of #8CFD12
Black with #8CFD12
Text Example
Text Example
White with #8CFD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFD12; }
p { color: rgb(140,253,18); }
H1.HeaderClassName
{
color: #8CFD12;
}
.AnyTagClassName
{
color: #8CFD12;
}
</style>
background-color css
<style>
a { background-color: #8CFD12; }
a { background-color: rgb(140,253,18); }
div.DivClassName
{
background-color: #8CFD12;
}
.BgClassName
{
background-color: #8CFD12;
}
</style>
border-color css
<style>
span { border-color: #8CFD12; }
span { border-color: rgb(140,253,18); }
td.TdClassName
{
border-color: #8CFD12;
}
.TagClassName
{
border-color: #8CFD12;
}
</style>