Shades of Chartreuse #8CFB0F
Tints of Chartreuse #8CFB0F
RGB
CMYK
RGB Variations
Color information
#8CFB0F (or 0x8CFB0F) is known color: Chartreuse. HEX triplet: 8C, FB and 0F. RGB value is (140,251,15). Sum of RGB (Red+Green+Blue) = 140+251+15=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 251 (98.44% from 255 or 61.82% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFB0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFB0F is #7304F0. Grayscale: #BFBFBF. Windows color (decimal): -7537905 or 1047436. OLE color: 1047436.
HSL color Cylindrical-coordinate representation of color #8CFB0F: hue angle of 88.22º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CFB0F is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 15 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.02 |
| HSL | 88.22º | 0.97% | 0.52% | - |
| HSV(B) | 88.22º | 0.94% | 0.98% | - |
| XYZ | 45.4 | 74.6 | 12.46 | - |
| YUV | 190.91 | 28.73 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 15 | 0.44 | 0 | 0.94 | 0.02 | 88.22 | 0.97 | 0.52 |
| Hex | 8C | FB | F | 2C | 0 | 5E | 2 | 58 | 61 | 34 |
| Octal | 214 | 373 | 17 | 54 | 0 | 136 | 2 | 130 | 141 | 64 |
| Binary | 10001100 | 11111011 | 1111 | 101100 | 0 | 1011110 | 10 | 1011000 | 1100001 | 110100 |
Color Harmonies of #8CFB0F
Complementary color
Monochromatic Colors of #8CFB0F
Black with #8CFB0F
Text Example
Text Example
White with #8CFB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFB0F; }
p { color: rgb(140,251,15); }
H1.HeaderClassName
{
color: #8CFB0F;
}
.AnyTagClassName
{
color: #8CFB0F;
}
</style>
background-color css
<style>
a { background-color: #8CFB0F; }
a { background-color: rgb(140,251,15); }
div.DivClassName
{
background-color: #8CFB0F;
}
.BgClassName
{
background-color: #8CFB0F;
}
</style>
border-color css
<style>
span { border-color: #8CFB0F; }
span { border-color: rgb(140,251,15); }
td.TdClassName
{
border-color: #8CFB0F;
}
.TagClassName
{
border-color: #8CFB0F;
}
</style>