Shades of Chartreuse #8DF31B
Tints of Chartreuse #8DF31B
RGB
CMYK
RGB Variations
Color information
#8DF31B (or 0x8DF31B) is known color: Chartreuse. HEX triplet: 8D, F3 and 1B. RGB value is (141,243,27). Sum of RGB (Red+Green+Blue) = 141+243+27=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 243 (95.31% from 255 or 59.12% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF31B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF31B is #720CE4. Grayscale: #BCBCBC. Windows color (decimal): -7474405 or 1831821. OLE color: 1831821.
HSL color Cylindrical-coordinate representation of color #8DF31B: hue angle of 88.33º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DF31B is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 243 | 27 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.05 |
| HSL | 88.33º | 0.9% | 0.53% | - |
| HSV(B) | 88.33º | 0.89% | 0.95% | - |
| XYZ | 43.23 | 69.84 | 12.24 | - |
| YUV | 187.88 | 37.21 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 27 | 0.42 | 0 | 0.89 | 0.05 | 88.33 | 0.9 | 0.53 |
| Hex | 8D | F3 | 1B | 2A | 0 | 59 | 5 | 58 | 5A | 35 |
| Octal | 215 | 363 | 33 | 52 | 0 | 131 | 5 | 130 | 132 | 65 |
| Binary | 10001101 | 11110011 | 11011 | 101010 | 0 | 1011001 | 101 | 1011000 | 1011010 | 110101 |
Color Harmonies of #8DF31B
Complementary color
Monochromatic Colors of #8DF31B
Black with #8DF31B
Text Example
Text Example
White with #8DF31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF31B; }
p { color: rgb(141,243,27); }
H1.HeaderClassName
{
color: #8DF31B;
}
.AnyTagClassName
{
color: #8DF31B;
}
</style>
background-color css
<style>
a { background-color: #8DF31B; }
a { background-color: rgb(141,243,27); }
div.DivClassName
{
background-color: #8DF31B;
}
.BgClassName
{
background-color: #8DF31B;
}
</style>
border-color css
<style>
span { border-color: #8DF31B; }
span { border-color: rgb(141,243,27); }
td.TdClassName
{
border-color: #8DF31B;
}
.TagClassName
{
border-color: #8DF31B;
}
</style>