Shades of Chartreuse #8CF71E
Tints of Chartreuse #8CF71E
RGB
CMYK
RGB Variations
Color information
#8CF71E (or 0x8CF71E) is known color: Chartreuse. HEX triplet: 8C, F7 and 1E. RGB value is (140,247,30). Sum of RGB (Red+Green+Blue) = 140+247+30=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 247 (96.88% from 255 or 59.23% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 247 - color contains mainly: green. Hex color #8CF71E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF71E is #7308E1. Grayscale: #BFBFBF. Windows color (decimal): -7538914 or 2029452. OLE color: 2029452.
HSL color Cylindrical-coordinate representation of color #8CF71E: hue angle of 89.59º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CF71E is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 247 | 30 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.03 |
| HSL | 89.59º | 0.93% | 0.54% | - |
| HSV(B) | 89.59º | 0.88% | 0.97% | - |
| XYZ | 44.31 | 72.19 | 12.83 | - |
| YUV | 190.27 | 37.55 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 247 | 30 | 0.43 | 0 | 0.88 | 0.03 | 89.59 | 0.93 | 0.54 |
| Hex | 8C | F7 | 1E | 2B | 0 | 58 | 3 | 5A | 5D | 36 |
| Octal | 214 | 367 | 36 | 53 | 0 | 130 | 3 | 132 | 135 | 66 |
| Binary | 10001100 | 11110111 | 11110 | 101011 | 0 | 1011000 | 11 | 1011010 | 1011101 | 110110 |
Color Harmonies of #8CF71E
Complementary color
Monochromatic Colors of #8CF71E
Black with #8CF71E
Text Example
Text Example
White with #8CF71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF71E; }
p { color: rgb(140,247,30); }
H1.HeaderClassName
{
color: #8CF71E;
}
.AnyTagClassName
{
color: #8CF71E;
}
</style>
background-color css
<style>
a { background-color: #8CF71E; }
a { background-color: rgb(140,247,30); }
div.DivClassName
{
background-color: #8CF71E;
}
.BgClassName
{
background-color: #8CF71E;
}
</style>
border-color css
<style>
span { border-color: #8CF71E; }
span { border-color: rgb(140,247,30); }
td.TdClassName
{
border-color: #8CF71E;
}
.TagClassName
{
border-color: #8CF71E;
}
</style>