Shades of Chartreuse #8FF20F
Tints of Chartreuse #8FF20F
RGB
CMYK
RGB Variations
Color information
#8FF20F (or 0x8FF20F) is known color: Chartreuse. HEX triplet: 8F, F2 and 0F. RGB value is (143,242,15). Sum of RGB (Red+Green+Blue) = 143+242+15=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 242 (94.92% from 255 or 60.5% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF20F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FF20F is #700DF0. Grayscale: #BBBBBB. Windows color (decimal): -7343601 or 1045135. OLE color: 1045135.
HSL color Cylindrical-coordinate representation of color #8FF20F: hue angle of 86.17º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FF20F is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 242 | 15 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.05 |
| HSL | 86.17º | 0.9% | 0.5% | - |
| HSV(B) | 86.17º | 0.94% | 0.95% | - |
| XYZ | 43.17 | 69.38 | 11.57 | - |
| YUV | 186.52 | 31.2 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 15 | 0.41 | 0 | 0.94 | 0.05 | 86.17 | 0.9 | 0.5 |
| Hex | 8F | F2 | F | 29 | 0 | 5E | 5 | 56 | 5A | 32 |
| Octal | 217 | 362 | 17 | 51 | 0 | 136 | 5 | 126 | 132 | 62 |
| Binary | 10001111 | 11110010 | 1111 | 101001 | 0 | 1011110 | 101 | 1010110 | 1011010 | 110010 |
Color Harmonies of #8FF20F
Complementary color
Monochromatic Colors of #8FF20F
Black with #8FF20F
Text Example
Text Example
White with #8FF20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF20F; }
p { color: rgb(143,242,15); }
H1.HeaderClassName
{
color: #8FF20F;
}
.AnyTagClassName
{
color: #8FF20F;
}
</style>
background-color css
<style>
a { background-color: #8FF20F; }
a { background-color: rgb(143,242,15); }
div.DivClassName
{
background-color: #8FF20F;
}
.BgClassName
{
background-color: #8FF20F;
}
</style>
border-color css
<style>
span { border-color: #8FF20F; }
span { border-color: rgb(143,242,15); }
td.TdClassName
{
border-color: #8FF20F;
}
.TagClassName
{
border-color: #8FF20F;
}
</style>