Shades of Chartreuse #8CFA0B
Tints of Chartreuse #8CFA0B
RGB
CMYK
RGB Variations
Color information
#8CFA0B (or 0x8CFA0B) is known color: Chartreuse. HEX triplet: 8C, FA and 0B. RGB value is (140,250,11). Sum of RGB (Red+Green+Blue) = 140+250+11=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 250 (98.05% from 255 or 62.34% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFA0B is #7305F4. Grayscale: #BEBEBE. Windows color (decimal): -7538165 or 785036. OLE color: 785036.
HSL color Cylindrical-coordinate representation of color #8CFA0B: hue angle of 87.62º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CFA0B is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 11 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.02 |
| HSL | 87.62º | 0.96% | 0.51% | - |
| HSV(B) | 87.62º | 0.96% | 0.98% | - |
| XYZ | 45.06 | 73.97 | 12.22 | - |
| YUV | 189.86 | 27.06 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 11 | 0.44 | 0 | 0.96 | 0.02 | 87.62 | 0.96 | 0.51 |
| Hex | 8C | FA | B | 2C | 0 | 60 | 2 | 58 | 60 | 33 |
| Octal | 214 | 372 | 13 | 54 | 0 | 140 | 2 | 130 | 140 | 63 |
| Binary | 10001100 | 11111010 | 1011 | 101100 | 0 | 1100000 | 10 | 1011000 | 1100000 | 110011 |
Color Harmonies of #8CFA0B
Complementary color
Monochromatic Colors of #8CFA0B
Black with #8CFA0B
Text Example
Text Example
White with #8CFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA0B; }
p { color: rgb(140,250,11); }
H1.HeaderClassName
{
color: #8CFA0B;
}
.AnyTagClassName
{
color: #8CFA0B;
}
</style>
background-color css
<style>
a { background-color: #8CFA0B; }
a { background-color: rgb(140,250,11); }
div.DivClassName
{
background-color: #8CFA0B;
}
.BgClassName
{
background-color: #8CFA0B;
}
</style>
border-color css
<style>
span { border-color: #8CFA0B; }
span { border-color: rgb(140,250,11); }
td.TdClassName
{
border-color: #8CFA0B;
}
.TagClassName
{
border-color: #8CFA0B;
}
</style>