Shades of Chartreuse #8FF508
Tints of Chartreuse #8FF508
RGB
CMYK
RGB Variations
Color information
#8FF508 (or 0x8FF508) is known color: Chartreuse. HEX triplet: 8F, F5 and 08. RGB value is (143,245,8). Sum of RGB (Red+Green+Blue) = 143+245+8=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 245 (96.09% from 255 or 61.87% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 245 - color contains mainly: green. Hex color #8FF508 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FF508 is #700AF7. Grayscale: #BCBCBC. Windows color (decimal): -7342840 or 587151. OLE color: 587151.
HSL color Cylindrical-coordinate representation of color #8FF508: hue angle of 85.82º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FF508 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 245 | 8 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.04 |
| HSL | 85.82º | 0.94% | 0.5% | - |
| HSV(B) | 85.82º | 0.97% | 0.96% | - |
| XYZ | 44.02 | 71.16 | 11.65 | - |
| YUV | 187.48 | 26.71 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 245 | 8 | 0.42 | 0 | 0.97 | 0.04 | 85.82 | 0.94 | 0.5 |
| Hex | 8F | F5 | 8 | 2A | 0 | 61 | 4 | 56 | 5E | 32 |
| Octal | 217 | 365 | 10 | 52 | 0 | 141 | 4 | 126 | 136 | 62 |
| Binary | 10001111 | 11110101 | 1000 | 101010 | 0 | 1100001 | 100 | 1010110 | 1011110 | 110010 |
Color Harmonies of #8FF508
Complementary color
Monochromatic Colors of #8FF508
Black with #8FF508
Text Example
Text Example
White with #8FF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF508; }
p { color: rgb(143,245,8); }
H1.HeaderClassName
{
color: #8FF508;
}
.AnyTagClassName
{
color: #8FF508;
}
</style>
background-color css
<style>
a { background-color: #8FF508; }
a { background-color: rgb(143,245,8); }
div.DivClassName
{
background-color: #8FF508;
}
.BgClassName
{
background-color: #8FF508;
}
</style>
border-color css
<style>
span { border-color: #8FF508; }
span { border-color: rgb(143,245,8); }
td.TdClassName
{
border-color: #8FF508;
}
.TagClassName
{
border-color: #8FF508;
}
</style>