Shades of Chartreuse #8CF00F
Tints of Chartreuse #8CF00F
RGB
CMYK
RGB Variations
Color information
#8CF00F (or 0x8CF00F) is known color: Chartreuse. HEX triplet: 8C, F0 and 0F. RGB value is (140,240,15). Sum of RGB (Red+Green+Blue) = 140+240+15=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 240 (94.14% from 255 or 60.76% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF00F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF00F is #730FF0. Grayscale: #B9B9B9. Windows color (decimal): -7540721 or 1044620. OLE color: 1044620.
HSL color Cylindrical-coordinate representation of color #8CF00F: hue angle of 86.67º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CF00F is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 15 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.06 |
| HSL | 86.67º | 0.88% | 0.5% | - |
| HSV(B) | 86.67º | 0.94% | 0.94% | - |
| XYZ | 42.06 | 67.93 | 11.35 | - |
| YUV | 184.45 | 32.37 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 15 | 0.42 | 0 | 0.94 | 0.06 | 86.67 | 0.88 | 0.5 |
| Hex | 8C | F0 | F | 2A | 0 | 5E | 6 | 57 | 58 | 32 |
| Octal | 214 | 360 | 17 | 52 | 0 | 136 | 6 | 127 | 130 | 62 |
| Binary | 10001100 | 11110000 | 1111 | 101010 | 0 | 1011110 | 110 | 1010111 | 1011000 | 110010 |
Color Harmonies of #8CF00F
Complementary color
Monochromatic Colors of #8CF00F
Black with #8CF00F
Text Example
Text Example
White with #8CF00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF00F; }
p { color: rgb(140,240,15); }
H1.HeaderClassName
{
color: #8CF00F;
}
.AnyTagClassName
{
color: #8CF00F;
}
</style>
background-color css
<style>
a { background-color: #8CF00F; }
a { background-color: rgb(140,240,15); }
div.DivClassName
{
background-color: #8CF00F;
}
.BgClassName
{
background-color: #8CF00F;
}
</style>
border-color css
<style>
span { border-color: #8CF00F; }
span { border-color: rgb(140,240,15); }
td.TdClassName
{
border-color: #8CF00F;
}
.TagClassName
{
border-color: #8CF00F;
}
</style>