Shades of Chartreuse #8DFB0D
Tints of Chartreuse #8DFB0D
RGB
CMYK
RGB Variations
Color information
#8DFB0D (or 0x8DFB0D) is known color: Chartreuse. HEX triplet: 8D, FB and 0D. RGB value is (141,251,13). Sum of RGB (Red+Green+Blue) = 141+251+13=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 251 (98.44% from 255 or 61.98% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFB0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFB0D is #7204F2. Grayscale: #BFBFBF. Windows color (decimal): -7472371 or 916365. OLE color: 916365.
HSL color Cylindrical-coordinate representation of color #8DFB0D: hue angle of 87.73º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DFB0D is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 251 | 13 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.02 |
| HSL | 87.73º | 0.97% | 0.52% | - |
| HSV(B) | 87.73º | 0.95% | 0.98% | - |
| XYZ | 45.55 | 74.69 | 12.4 | - |
| YUV | 190.98 | 27.56 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 251 | 13 | 0.44 | 0 | 0.95 | 0.02 | 87.73 | 0.97 | 0.52 |
| Hex | 8D | FB | D | 2C | 0 | 5F | 2 | 58 | 61 | 34 |
| Octal | 215 | 373 | 15 | 54 | 0 | 137 | 2 | 130 | 141 | 64 |
| Binary | 10001101 | 11111011 | 1101 | 101100 | 0 | 1011111 | 10 | 1011000 | 1100001 | 110100 |
Color Harmonies of #8DFB0D
Complementary color
Monochromatic Colors of #8DFB0D
Black with #8DFB0D
Text Example
Text Example
White with #8DFB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFB0D; }
p { color: rgb(141,251,13); }
H1.HeaderClassName
{
color: #8DFB0D;
}
.AnyTagClassName
{
color: #8DFB0D;
}
</style>
background-color css
<style>
a { background-color: #8DFB0D; }
a { background-color: rgb(141,251,13); }
div.DivClassName
{
background-color: #8DFB0D;
}
.BgClassName
{
background-color: #8DFB0D;
}
</style>
border-color css
<style>
span { border-color: #8DFB0D; }
span { border-color: rgb(141,251,13); }
td.TdClassName
{
border-color: #8DFB0D;
}
.TagClassName
{
border-color: #8DFB0D;
}
</style>