Shades of Chartreuse #8DF01B
Tints of Chartreuse #8DF01B
RGB
CMYK
RGB Variations
Color information
#8DF01B (or 0x8DF01B) is known color: Chartreuse. HEX triplet: 8D, F0 and 1B. RGB value is (141,240,27). Sum of RGB (Red+Green+Blue) = 141+240+27=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 240 (94.14% from 255 or 58.82% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF01B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF01B is #720FE4. Grayscale: #BABABA. Windows color (decimal): -7475173 or 1831053. OLE color: 1831053.
HSL color Cylindrical-coordinate representation of color #8DF01B: hue angle of 87.89º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DF01B is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 27 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.06 |
| HSL | 87.89º | 0.88% | 0.52% | - |
| HSV(B) | 87.89º | 0.89% | 0.94% | - |
| XYZ | 42.34 | 68.06 | 11.94 | - |
| YUV | 186.12 | 38.2 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 27 | 0.41 | 0 | 0.89 | 0.06 | 87.89 | 0.88 | 0.52 |
| Hex | 8D | F0 | 1B | 29 | 0 | 59 | 6 | 58 | 58 | 34 |
| Octal | 215 | 360 | 33 | 51 | 0 | 131 | 6 | 130 | 130 | 64 |
| Binary | 10001101 | 11110000 | 11011 | 101001 | 0 | 1011001 | 110 | 1011000 | 1011000 | 110100 |
Color Harmonies of #8DF01B
Complementary color
Monochromatic Colors of #8DF01B
Black with #8DF01B
Text Example
Text Example
White with #8DF01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF01B; }
p { color: rgb(141,240,27); }
H1.HeaderClassName
{
color: #8DF01B;
}
.AnyTagClassName
{
color: #8DF01B;
}
</style>
background-color css
<style>
a { background-color: #8DF01B; }
a { background-color: rgb(141,240,27); }
div.DivClassName
{
background-color: #8DF01B;
}
.BgClassName
{
background-color: #8DF01B;
}
</style>
border-color css
<style>
span { border-color: #8DF01B; }
span { border-color: rgb(141,240,27); }
td.TdClassName
{
border-color: #8DF01B;
}
.TagClassName
{
border-color: #8DF01B;
}
</style>