Shades of Chartreuse #8CFB07
Tints of Chartreuse #8CFB07
RGB
CMYK
RGB Variations
Color information
#8CFB07 (or 0x8CFB07) is known color: Chartreuse. HEX triplet: 8C, FB and 07. RGB value is (140,251,7). Sum of RGB (Red+Green+Blue) = 140+251+7=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 251 (98.44% from 255 or 63.07% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFB07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFB07 is #7304F8. Grayscale: #BEBEBE. Windows color (decimal): -7537913 or 523148. OLE color: 523148.
HSL color Cylindrical-coordinate representation of color #8CFB07: hue angle of 87.3º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CFB07 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 7 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.02 |
| HSL | 87.3º | 0.97% | 0.51% | - |
| HSV(B) | 87.3º | 0.97% | 0.98% | - |
| XYZ | 45.35 | 74.59 | 12.21 | - |
| YUV | 190 | 24.73 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 7 | 0.44 | 0 | 0.97 | 0.02 | 87.3 | 0.97 | 0.51 |
| Hex | 8C | FB | 7 | 2C | 0 | 61 | 2 | 57 | 61 | 33 |
| Octal | 214 | 373 | 7 | 54 | 0 | 141 | 2 | 127 | 141 | 63 |
| Binary | 10001100 | 11111011 | 111 | 101100 | 0 | 1100001 | 10 | 1010111 | 1100001 | 110011 |
Color Harmonies of #8CFB07
Complementary color
Monochromatic Colors of #8CFB07
Black with #8CFB07
Text Example
Text Example
White with #8CFB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFB07; }
p { color: rgb(140,251,7); }
H1.HeaderClassName
{
color: #8CFB07;
}
.AnyTagClassName
{
color: #8CFB07;
}
</style>
background-color css
<style>
a { background-color: #8CFB07; }
a { background-color: rgb(140,251,7); }
div.DivClassName
{
background-color: #8CFB07;
}
.BgClassName
{
background-color: #8CFB07;
}
</style>
border-color css
<style>
span { border-color: #8CFB07; }
span { border-color: rgb(140,251,7); }
td.TdClassName
{
border-color: #8CFB07;
}
.TagClassName
{
border-color: #8CFB07;
}
</style>