Shades of Chartreuse #8FF50C
Tints of Chartreuse #8FF50C
RGB
CMYK
RGB Variations
Color information
#8FF50C (or 0x8FF50C) is known color: Chartreuse. HEX triplet: 8F, F5 and 0C. RGB value is (143,245,12). Sum of RGB (Red+Green+Blue) = 143+245+12=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 245 (96.09% from 255 or 61.25% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 245 - color contains mainly: green. Hex color #8FF50C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FF50C is #700AF3. Grayscale: #BCBCBC. Windows color (decimal): -7342836 or 849295. OLE color: 849295.
HSL color Cylindrical-coordinate representation of color #8FF50C: hue angle of 86.27º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FF50C is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 245 | 12 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.04 |
| HSL | 86.27º | 0.92% | 0.5% | - |
| HSV(B) | 86.27º | 0.95% | 0.96% | - |
| XYZ | 44.05 | 71.17 | 11.76 | - |
| YUV | 187.94 | 28.71 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 245 | 12 | 0.42 | 0 | 0.95 | 0.04 | 86.27 | 0.92 | 0.5 |
| Hex | 8F | F5 | C | 2A | 0 | 5F | 4 | 56 | 5C | 32 |
| Octal | 217 | 365 | 14 | 52 | 0 | 137 | 4 | 126 | 134 | 62 |
| Binary | 10001111 | 11110101 | 1100 | 101010 | 0 | 1011111 | 100 | 1010110 | 1011100 | 110010 |
Color Harmonies of #8FF50C
Complementary color
Monochromatic Colors of #8FF50C
Black with #8FF50C
Text Example
Text Example
White with #8FF50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF50C; }
p { color: rgb(143,245,12); }
H1.HeaderClassName
{
color: #8FF50C;
}
.AnyTagClassName
{
color: #8FF50C;
}
</style>
background-color css
<style>
a { background-color: #8FF50C; }
a { background-color: rgb(143,245,12); }
div.DivClassName
{
background-color: #8FF50C;
}
.BgClassName
{
background-color: #8FF50C;
}
</style>
border-color css
<style>
span { border-color: #8FF50C; }
span { border-color: rgb(143,245,12); }
td.TdClassName
{
border-color: #8FF50C;
}
.TagClassName
{
border-color: #8FF50C;
}
</style>