Shades of Chartreuse #8CFA22
Tints of Chartreuse #8CFA22
RGB
CMYK
RGB Variations
Color information
#8CFA22 (or 0x8CFA22) is known color: Chartreuse. HEX triplet: 8C, FA and 22. RGB value is (140,250,34). Sum of RGB (Red+Green+Blue) = 140+250+34=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 34 (13.67% from 255 or 8.02% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA22 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFA22 is #7305DD. Grayscale: #C1C1C1. Windows color (decimal): -7538142 or 2292364. OLE color: 2292364.
HSL color Cylindrical-coordinate representation of color #8CFA22: hue angle of 90.56º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CFA22 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 34 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.02 |
| HSL | 90.56º | 0.96% | 0.56% | - |
| HSV(B) | 90.56º | 0.86% | 0.98% | - |
| XYZ | 45.29 | 74.06 | 13.42 | - |
| YUV | 192.49 | 38.56 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 34 | 0.44 | 0 | 0.86 | 0.02 | 90.56 | 0.96 | 0.56 |
| Hex | 8C | FA | 22 | 2C | 0 | 56 | 2 | 5B | 60 | 38 |
| Octal | 214 | 372 | 42 | 54 | 0 | 126 | 2 | 133 | 140 | 70 |
| Binary | 10001100 | 11111010 | 100010 | 101100 | 0 | 1010110 | 10 | 1011011 | 1100000 | 111000 |
Color Harmonies of #8CFA22
Complementary color
Monochromatic Colors of #8CFA22
Black with #8CFA22
Text Example
Text Example
White with #8CFA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA22; }
p { color: rgb(140,250,34); }
H1.HeaderClassName
{
color: #8CFA22;
}
.AnyTagClassName
{
color: #8CFA22;
}
</style>
background-color css
<style>
a { background-color: #8CFA22; }
a { background-color: rgb(140,250,34); }
div.DivClassName
{
background-color: #8CFA22;
}
.BgClassName
{
background-color: #8CFA22;
}
</style>
border-color css
<style>
span { border-color: #8CFA22; }
span { border-color: rgb(140,250,34); }
td.TdClassName
{
border-color: #8CFA22;
}
.TagClassName
{
border-color: #8CFA22;
}
</style>