Shades of Chartreuse #8CFC0F
Tints of Chartreuse #8CFC0F
RGB
CMYK
RGB Variations
Color information
#8CFC0F (or 0x8CFC0F) is known color: Chartreuse. HEX triplet: 8C, FC and 0F. RGB value is (140,252,15). Sum of RGB (Red+Green+Blue) = 140+252+15=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 252 (98.83% from 255 or 61.92% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFC0F is #7303F0. Grayscale: #C0C0C0. Windows color (decimal): -7537649 or 1047692. OLE color: 1047692.
HSL color Cylindrical-coordinate representation of color #8CFC0F: hue angle of 88.35º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CFC0F is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 15 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.01 |
| HSL | 88.35º | 0.98% | 0.52% | - |
| HSV(B) | 88.35º | 0.94% | 0.99% | - |
| XYZ | 45.71 | 75.23 | 12.56 | - |
| YUV | 191.49 | 28.39 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 15 | 0.44 | 0 | 0.94 | 0.01 | 88.35 | 0.98 | 0.52 |
| Hex | 8C | FC | F | 2C | 0 | 5E | 1 | 58 | 62 | 34 |
| Octal | 214 | 374 | 17 | 54 | 0 | 136 | 1 | 130 | 142 | 64 |
| Binary | 10001100 | 11111100 | 1111 | 101100 | 0 | 1011110 | 1 | 1011000 | 1100010 | 110100 |
Color Harmonies of #8CFC0F
Complementary color
Monochromatic Colors of #8CFC0F
Black with #8CFC0F
Text Example
Text Example
White with #8CFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC0F; }
p { color: rgb(140,252,15); }
H1.HeaderClassName
{
color: #8CFC0F;
}
.AnyTagClassName
{
color: #8CFC0F;
}
</style>
background-color css
<style>
a { background-color: #8CFC0F; }
a { background-color: rgb(140,252,15); }
div.DivClassName
{
background-color: #8CFC0F;
}
.BgClassName
{
background-color: #8CFC0F;
}
</style>
border-color css
<style>
span { border-color: #8CFC0F; }
span { border-color: rgb(140,252,15); }
td.TdClassName
{
border-color: #8CFC0F;
}
.TagClassName
{
border-color: #8CFC0F;
}
</style>