Shades of Chartreuse #8DF00B
Tints of Chartreuse #8DF00B
RGB
CMYK
RGB Variations
Color information
#8DF00B (or 0x8DF00B) is known color: Chartreuse. HEX triplet: 8D, F0 and 0B. RGB value is (141,240,11). Sum of RGB (Red+Green+Blue) = 141+240+11=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 240 (94.14% from 255 or 61.22% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF00B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF00B is #720FF4. Grayscale: #B9B9B9. Windows color (decimal): -7475189 or 782477. OLE color: 782477.
HSL color Cylindrical-coordinate representation of color #8DF00B: hue angle of 85.94º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DF00B is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 11 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.06 |
| HSL | 85.94º | 0.91% | 0.49% | - |
| HSV(B) | 85.94º | 0.95% | 0.94% | - |
| XYZ | 42.21 | 68.01 | 11.22 | - |
| YUV | 184.29 | 30.2 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 11 | 0.41 | 0 | 0.95 | 0.06 | 85.94 | 0.91 | 0.49 |
| Hex | 8D | F0 | B | 29 | 0 | 5F | 6 | 56 | 5B | 31 |
| Octal | 215 | 360 | 13 | 51 | 0 | 137 | 6 | 126 | 133 | 61 |
| Binary | 10001101 | 11110000 | 1011 | 101001 | 0 | 1011111 | 110 | 1010110 | 1011011 | 110001 |
Color Harmonies of #8DF00B
Complementary color
Monochromatic Colors of #8DF00B
Black with #8DF00B
Text Example
Text Example
White with #8DF00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF00B; }
p { color: rgb(141,240,11); }
H1.HeaderClassName
{
color: #8DF00B;
}
.AnyTagClassName
{
color: #8DF00B;
}
</style>
background-color css
<style>
a { background-color: #8DF00B; }
a { background-color: rgb(141,240,11); }
div.DivClassName
{
background-color: #8DF00B;
}
.BgClassName
{
background-color: #8DF00B;
}
</style>
border-color css
<style>
span { border-color: #8DF00B; }
span { border-color: rgb(141,240,11); }
td.TdClassName
{
border-color: #8DF00B;
}
.TagClassName
{
border-color: #8DF00B;
}
</style>