Shades of Chartreuse #8CF205
Tints of Chartreuse #8CF205
RGB
CMYK
RGB Variations
Color information
#8CF205 (or 0x8CF205) is known color: Chartreuse. HEX triplet: 8C, F2 and 05. RGB value is (140,242,5). Sum of RGB (Red+Green+Blue) = 140+242+5=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 242 (94.92% from 255 or 62.53% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF205 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF205 is #730DFA. Grayscale: #B9B9B9. Windows color (decimal): -7540219 or 389772. OLE color: 389772.
HSL color Cylindrical-coordinate representation of color #8CF205: hue angle of 85.82º 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 #8CF205 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 5 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.05 |
| HSL | 85.82º | 0.96% | 0.48% | - |
| HSV(B) | 85.82º | 0.98% | 0.95% | - |
| XYZ | 42.59 | 69.09 | 11.23 | - |
| YUV | 184.48 | 26.71 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 5 | 0.42 | 0 | 0.98 | 0.05 | 85.82 | 0.96 | 0.48 |
| Hex | 8C | F2 | 5 | 2A | 0 | 62 | 5 | 56 | 60 | 30 |
| Octal | 214 | 362 | 5 | 52 | 0 | 142 | 5 | 126 | 140 | 60 |
| Binary | 10001100 | 11110010 | 101 | 101010 | 0 | 1100010 | 101 | 1010110 | 1100000 | 110000 |
Color Harmonies of #8CF205
Complementary color
Monochromatic Colors of #8CF205
Black with #8CF205
Text Example
Text Example
White with #8CF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF205; }
p { color: rgb(140,242,5); }
H1.HeaderClassName
{
color: #8CF205;
}
.AnyTagClassName
{
color: #8CF205;
}
</style>
background-color css
<style>
a { background-color: #8CF205; }
a { background-color: rgb(140,242,5); }
div.DivClassName
{
background-color: #8CF205;
}
.BgClassName
{
background-color: #8CF205;
}
</style>
border-color css
<style>
span { border-color: #8CF205; }
span { border-color: rgb(140,242,5); }
td.TdClassName
{
border-color: #8CF205;
}
.TagClassName
{
border-color: #8CF205;
}
</style>