Shades of Chartreuse #8CF10F
Tints of Chartreuse #8CF10F
RGB
CMYK
RGB Variations
Color information
#8CF10F (or 0x8CF10F) is known color: Chartreuse. HEX triplet: 8C, F1 and 0F. RGB value is (140,241,15). Sum of RGB (Red+Green+Blue) = 140+241+15=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 241 (94.53% from 255 or 60.86% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF10F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF10F is #730EF0. Grayscale: #B9B9B9. Windows color (decimal): -7540465 or 1044876. OLE color: 1044876.
HSL color Cylindrical-coordinate representation of color #8CF10F: hue angle of 86.81º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CF10F is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 15 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.05 |
| HSL | 86.81º | 0.89% | 0.5% | - |
| HSV(B) | 86.81º | 0.94% | 0.95% | - |
| XYZ | 42.36 | 68.52 | 11.45 | - |
| YUV | 185.04 | 32.04 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 15 | 0.42 | 0 | 0.94 | 0.05 | 86.81 | 0.89 | 0.5 |
| Hex | 8C | F1 | F | 2A | 0 | 5E | 5 | 57 | 59 | 32 |
| Octal | 214 | 361 | 17 | 52 | 0 | 136 | 5 | 127 | 131 | 62 |
| Binary | 10001100 | 11110001 | 1111 | 101010 | 0 | 1011110 | 101 | 1010111 | 1011001 | 110010 |
Color Harmonies of #8CF10F
Complementary color
Monochromatic Colors of #8CF10F
Black with #8CF10F
Text Example
Text Example
White with #8CF10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF10F; }
p { color: rgb(140,241,15); }
H1.HeaderClassName
{
color: #8CF10F;
}
.AnyTagClassName
{
color: #8CF10F;
}
</style>
background-color css
<style>
a { background-color: #8CF10F; }
a { background-color: rgb(140,241,15); }
div.DivClassName
{
background-color: #8CF10F;
}
.BgClassName
{
background-color: #8CF10F;
}
</style>
border-color css
<style>
span { border-color: #8CF10F; }
span { border-color: rgb(140,241,15); }
td.TdClassName
{
border-color: #8CF10F;
}
.TagClassName
{
border-color: #8CF10F;
}
</style>