Shades of Chartreuse #8CF21F
Tints of Chartreuse #8CF21F
RGB
CMYK
RGB Variations
Color information
#8CF21F (or 0x8CF21F) is known color: Chartreuse. HEX triplet: 8C, F2 and 1F. RGB value is (140,242,31). Sum of RGB (Red+Green+Blue) = 140+242+31=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 242 (94.92% from 255 or 58.60% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF21F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF21F is #730DE0. Grayscale: #BCBCBC. Windows color (decimal): -7540193 or 2093708. OLE color: 2093708.
HSL color Cylindrical-coordinate representation of color #8CF21F: hue angle of 89º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8CF21F is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 31 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.05 |
| HSL | 89º | 0.89% | 0.54% | - |
| HSV(B) | 89º | 0.87% | 0.95% | - |
| XYZ | 42.81 | 69.18 | 12.39 | - |
| YUV | 187.45 | 39.71 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 31 | 0.42 | 0 | 0.87 | 0.05 | 89 | 0.89 | 0.54 |
| Hex | 8C | F2 | 1F | 2A | 0 | 57 | 5 | 59 | 59 | 36 |
| Octal | 214 | 362 | 37 | 52 | 0 | 127 | 5 | 131 | 131 | 66 |
| Binary | 10001100 | 11110010 | 11111 | 101010 | 0 | 1010111 | 101 | 1011001 | 1011001 | 110110 |
Color Harmonies of #8CF21F
Complementary color
Monochromatic Colors of #8CF21F
Black with #8CF21F
Text Example
Text Example
White with #8CF21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF21F; }
p { color: rgb(140,242,31); }
H1.HeaderClassName
{
color: #8CF21F;
}
.AnyTagClassName
{
color: #8CF21F;
}
</style>
background-color css
<style>
a { background-color: #8CF21F; }
a { background-color: rgb(140,242,31); }
div.DivClassName
{
background-color: #8CF21F;
}
.BgClassName
{
background-color: #8CF21F;
}
</style>
border-color css
<style>
span { border-color: #8CF21F; }
span { border-color: rgb(140,242,31); }
td.TdClassName
{
border-color: #8CF21F;
}
.TagClassName
{
border-color: #8CF21F;
}
</style>