Shades of Chartreuse #8CF105
Tints of Chartreuse #8CF105
RGB
CMYK
RGB Variations
Color information
#8CF105 (or 0x8CF105) is known color: Chartreuse. HEX triplet: 8C, F1 and 05. RGB value is (140,241,5). Sum of RGB (Red+Green+Blue) = 140+241+5=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 241 (94.53% from 255 or 62.44% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF105 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF105 is #730EFA. Grayscale: #B8B8B8. Windows color (decimal): -7540475 or 389516. OLE color: 389516.
HSL color Cylindrical-coordinate representation of color #8CF105: hue angle of 85.68º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CF105 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 5 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.05 |
| HSL | 85.68º | 0.96% | 0.48% | - |
| HSV(B) | 85.68º | 0.98% | 0.95% | - |
| XYZ | 42.3 | 68.5 | 11.14 | - |
| YUV | 183.9 | 27.04 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 5 | 0.42 | 0 | 0.98 | 0.05 | 85.68 | 0.96 | 0.48 |
| Hex | 8C | F1 | 5 | 2A | 0 | 62 | 5 | 56 | 60 | 30 |
| Octal | 214 | 361 | 5 | 52 | 0 | 142 | 5 | 126 | 140 | 60 |
| Binary | 10001100 | 11110001 | 101 | 101010 | 0 | 1100010 | 101 | 1010110 | 1100000 | 110000 |
Color Harmonies of #8CF105
Complementary color
Monochromatic Colors of #8CF105
Black with #8CF105
Text Example
Text Example
White with #8CF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF105; }
p { color: rgb(140,241,5); }
H1.HeaderClassName
{
color: #8CF105;
}
.AnyTagClassName
{
color: #8CF105;
}
</style>
background-color css
<style>
a { background-color: #8CF105; }
a { background-color: rgb(140,241,5); }
div.DivClassName
{
background-color: #8CF105;
}
.BgClassName
{
background-color: #8CF105;
}
</style>
border-color css
<style>
span { border-color: #8CF105; }
span { border-color: rgb(140,241,5); }
td.TdClassName
{
border-color: #8CF105;
}
.TagClassName
{
border-color: #8CF105;
}
</style>