Shades of Chartreuse #8CF021
Tints of Chartreuse #8CF021
RGB
CMYK
RGB Variations
Color information
#8CF021 (or 0x8CF021) is known color: Chartreuse. HEX triplet: 8C, F0 and 21. RGB value is (140,240,33). Sum of RGB (Red+Green+Blue) = 140+240+33=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF021 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF021 is #730FDE. Grayscale: #BBBBBB. Windows color (decimal): -7540703 or 2224268. OLE color: 2224268.
HSL color Cylindrical-coordinate representation of color #8CF021: hue angle of 88.99º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CF021 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 33 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.06 |
| HSL | 88.99º | 0.87% | 0.54% | - |
| HSV(B) | 88.99º | 0.86% | 0.94% | - |
| XYZ | 42.25 | 68.01 | 12.34 | - |
| YUV | 186.5 | 41.37 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 33 | 0.42 | 0 | 0.86 | 0.06 | 88.99 | 0.87 | 0.54 |
| Hex | 8C | F0 | 21 | 2A | 0 | 56 | 6 | 59 | 57 | 36 |
| Octal | 214 | 360 | 41 | 52 | 0 | 126 | 6 | 131 | 127 | 66 |
| Binary | 10001100 | 11110000 | 100001 | 101010 | 0 | 1010110 | 110 | 1011001 | 1010111 | 110110 |
Color Harmonies of #8CF021
Complementary color
Monochromatic Colors of #8CF021
Black with #8CF021
Text Example
Text Example
White with #8CF021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF021; }
p { color: rgb(140,240,33); }
H1.HeaderClassName
{
color: #8CF021;
}
.AnyTagClassName
{
color: #8CF021;
}
</style>
background-color css
<style>
a { background-color: #8CF021; }
a { background-color: rgb(140,240,33); }
div.DivClassName
{
background-color: #8CF021;
}
.BgClassName
{
background-color: #8CF021;
}
</style>
border-color css
<style>
span { border-color: #8CF021; }
span { border-color: rgb(140,240,33); }
td.TdClassName
{
border-color: #8CF021;
}
.TagClassName
{
border-color: #8CF021;
}
</style>