Shades of Chartreuse #8CF707
Tints of Chartreuse #8CF707
RGB
CMYK
RGB Variations
Color information
#8CF707 (or 0x8CF707) is known color: Chartreuse. HEX triplet: 8C, F7 and 07. RGB value is (140,247,7). Sum of RGB (Red+Green+Blue) = 140+247+7=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 247 (96.88% from 255 or 62.69% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 247 - color contains mainly: green. Hex color #8CF707 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF707 is #7308F8. Grayscale: #BCBCBC. Windows color (decimal): -7538937 or 522124. OLE color: 522124.
HSL color Cylindrical-coordinate representation of color #8CF707: hue angle of 86.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CF707 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 247 | 7 | - |
| CMYK | 0.43 | 0 | 0.97 | 0.03 |
| HSL | 86.75º | 0.94% | 0.5% | - |
| HSV(B) | 86.75º | 0.97% | 0.97% | - |
| XYZ | 44.11 | 72.11 | 11.8 | - |
| YUV | 187.65 | 26.05 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 247 | 7 | 0.43 | 0 | 0.97 | 0.03 | 86.75 | 0.94 | 0.5 |
| Hex | 8C | F7 | 7 | 2B | 0 | 61 | 3 | 57 | 5E | 32 |
| Octal | 214 | 367 | 7 | 53 | 0 | 141 | 3 | 127 | 136 | 62 |
| Binary | 10001100 | 11110111 | 111 | 101011 | 0 | 1100001 | 11 | 1010111 | 1011110 | 110010 |
Color Harmonies of #8CF707
Complementary color
Monochromatic Colors of #8CF707
Black with #8CF707
Text Example
Text Example
White with #8CF707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF707; }
p { color: rgb(140,247,7); }
H1.HeaderClassName
{
color: #8CF707;
}
.AnyTagClassName
{
color: #8CF707;
}
</style>
background-color css
<style>
a { background-color: #8CF707; }
a { background-color: rgb(140,247,7); }
div.DivClassName
{
background-color: #8CF707;
}
.BgClassName
{
background-color: #8CF707;
}
</style>
border-color css
<style>
span { border-color: #8CF707; }
span { border-color: rgb(140,247,7); }
td.TdClassName
{
border-color: #8CF707;
}
.TagClassName
{
border-color: #8CF707;
}
</style>