Shades of Chartreuse #8CF520
Tints of Chartreuse #8CF520
RGB
CMYK
RGB Variations
Color information
#8CF520 (or 0x8CF520) is known color: Chartreuse. HEX triplet: 8C, F5 and 20. RGB value is (140,245,32). Sum of RGB (Red+Green+Blue) = 140+245+32=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 245 (96.09% from 255 or 58.75% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 245 - color contains mainly: green. Hex color #8CF520 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF520 is #730ADF. Grayscale: #BEBEBE. Windows color (decimal): -7539424 or 2160012. OLE color: 2160012.
HSL color Cylindrical-coordinate representation of color #8CF520: hue angle of 89.58º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8CF520 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 245 | 32 | - |
| CMYK | 0.43 | 0 | 0.87 | 0.04 |
| HSL | 89.58º | 0.91% | 0.54% | - |
| HSV(B) | 89.58º | 0.87% | 0.96% | - |
| XYZ | 43.73 | 70.98 | 12.76 | - |
| YUV | 189.32 | 39.21 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 245 | 32 | 0.43 | 0 | 0.87 | 0.04 | 89.58 | 0.91 | 0.54 |
| Hex | 8C | F5 | 20 | 2B | 0 | 57 | 4 | 5A | 5B | 36 |
| Octal | 214 | 365 | 40 | 53 | 0 | 127 | 4 | 132 | 133 | 66 |
| Binary | 10001100 | 11110101 | 100000 | 101011 | 0 | 1010111 | 100 | 1011010 | 1011011 | 110110 |
Color Harmonies of #8CF520
Complementary color
Monochromatic Colors of #8CF520
Black with #8CF520
Text Example
Text Example
White with #8CF520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF520; }
p { color: rgb(140,245,32); }
H1.HeaderClassName
{
color: #8CF520;
}
.AnyTagClassName
{
color: #8CF520;
}
</style>
background-color css
<style>
a { background-color: #8CF520; }
a { background-color: rgb(140,245,32); }
div.DivClassName
{
background-color: #8CF520;
}
.BgClassName
{
background-color: #8CF520;
}
</style>
border-color css
<style>
span { border-color: #8CF520; }
span { border-color: rgb(140,245,32); }
td.TdClassName
{
border-color: #8CF520;
}
.TagClassName
{
border-color: #8CF520;
}
</style>