Shades of Chartreuse #8CFD0F
Tints of Chartreuse #8CFD0F
RGB
CMYK
RGB Variations
Color information
#8CFD0F (or 0x8CFD0F) is known color: Chartreuse. HEX triplet: 8C, FD and 0F. RGB value is (140,253,15). Sum of RGB (Red+Green+Blue) = 140+253+15=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 253 (99.22% from 255 or 62.01% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFD0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFD0F is #7302F0. Grayscale: #C0C0C0. Windows color (decimal): -7537393 or 1047948. OLE color: 1047948.
HSL color Cylindrical-coordinate representation of color #8CFD0F: hue angle of 88.49º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CFD0F is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 15 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.01 |
| HSL | 88.49º | 0.98% | 0.53% | - |
| HSV(B) | 88.49º | 0.94% | 0.99% | - |
| XYZ | 46.03 | 75.86 | 12.67 | - |
| YUV | 192.08 | 28.06 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 15 | 0.45 | 0 | 0.94 | 0.01 | 88.49 | 0.98 | 0.53 |
| Hex | 8C | FD | F | 2D | 0 | 5E | 1 | 58 | 62 | 35 |
| Octal | 214 | 375 | 17 | 55 | 0 | 136 | 1 | 130 | 142 | 65 |
| Binary | 10001100 | 11111101 | 1111 | 101101 | 0 | 1011110 | 1 | 1011000 | 1100010 | 110101 |
Color Harmonies of #8CFD0F
Complementary color
Monochromatic Colors of #8CFD0F
Black with #8CFD0F
Text Example
Text Example
White with #8CFD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFD0F; }
p { color: rgb(140,253,15); }
H1.HeaderClassName
{
color: #8CFD0F;
}
.AnyTagClassName
{
color: #8CFD0F;
}
</style>
background-color css
<style>
a { background-color: #8CFD0F; }
a { background-color: rgb(140,253,15); }
div.DivClassName
{
background-color: #8CFD0F;
}
.BgClassName
{
background-color: #8CFD0F;
}
</style>
border-color css
<style>
span { border-color: #8CFD0F; }
span { border-color: rgb(140,253,15); }
td.TdClassName
{
border-color: #8CFD0F;
}
.TagClassName
{
border-color: #8CFD0F;
}
</style>