Shades of Chartreuse #8CF206
Tints of Chartreuse #8CF206
RGB
CMYK
RGB Variations
Color information
#8CF206 (or 0x8CF206) is known color: Chartreuse. HEX triplet: 8C, F2 and 06. RGB value is (140,242,6). Sum of RGB (Red+Green+Blue) = 140+242+6=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF206 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF206 is #730DF9. Grayscale: #B9B9B9. Windows color (decimal): -7540218 or 455308. OLE color: 455308.
HSL color Cylindrical-coordinate representation of color #8CF206: hue angle of 85.93º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CF206 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 6 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.05 |
| HSL | 85.93º | 0.95% | 0.49% | - |
| HSV(B) | 85.93º | 0.98% | 0.95% | - |
| XYZ | 42.6 | 69.09 | 11.26 | - |
| YUV | 184.6 | 27.21 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 6 | 0.42 | 0 | 0.98 | 0.05 | 85.93 | 0.95 | 0.49 |
| Hex | 8C | F2 | 6 | 2A | 0 | 62 | 5 | 56 | 5F | 31 |
| Octal | 214 | 362 | 6 | 52 | 0 | 142 | 5 | 126 | 137 | 61 |
| Binary | 10001100 | 11110010 | 110 | 101010 | 0 | 1100010 | 101 | 1010110 | 1011111 | 110001 |
Color Harmonies of #8CF206
Complementary color
Monochromatic Colors of #8CF206
Black with #8CF206
Text Example
Text Example
White with #8CF206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF206; }
p { color: rgb(140,242,6); }
H1.HeaderClassName
{
color: #8CF206;
}
.AnyTagClassName
{
color: #8CF206;
}
</style>
background-color css
<style>
a { background-color: #8CF206; }
a { background-color: rgb(140,242,6); }
div.DivClassName
{
background-color: #8CF206;
}
.BgClassName
{
background-color: #8CF206;
}
</style>
border-color css
<style>
span { border-color: #8CF206; }
span { border-color: rgb(140,242,6); }
td.TdClassName
{
border-color: #8CF206;
}
.TagClassName
{
border-color: #8CF206;
}
</style>