Shades of Chartreuse #80FF0B
Tints of Chartreuse #80FF0B
RGB
CMYK
RGB Variations
Color information
#80FF0B (or 0x80FF0B) is known color: Chartreuse. HEX triplet: 80, FF and 0B. RGB value is (128,255,11). Sum of RGB (Red+Green+Blue) = 128+255+11=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 255 (100% from 255 or 64.72% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FF0B is #7F00F4. Grayscale: #BEBEBE. Windows color (decimal): -8323317 or 786304. OLE color: 786304.
HSL color Cylindrical-coordinate representation of color #80FF0B: hue angle of 91.23º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80FF0B is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 11 | - |
| CMYK | 0.50 | 0 | 0.96 | 0 |
| HSL | 91.23º | 1% | 0.52% | - |
| HSV(B) | 91.23º | 0.96% | 1% | - |
| XYZ | 44.72 | 76.13 | 12.65 | - |
| YUV | 189.21 | 27.42 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 11 | 0.50 | 0 | 0.96 | 0 | 91.23 | 1 | 0.52 |
| Hex | 80 | FF | B | 32 | 0 | 60 | 0 | 5B | 64 | 34 |
| Octal | 200 | 377 | 13 | 62 | 0 | 140 | 0 | 133 | 144 | 64 |
| Binary | 10000000 | 11111111 | 1011 | 110010 | 0 | 1100000 | 0 | 1011011 | 1100100 | 110100 |
Color Harmonies of #80FF0B
Complementary color
Monochromatic Colors of #80FF0B
Black with #80FF0B
Text Example
Text Example
White with #80FF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF0B; }
p { color: rgb(128,255,11); }
H1.HeaderClassName
{
color: #80FF0B;
}
.AnyTagClassName
{
color: #80FF0B;
}
</style>
background-color css
<style>
a { background-color: #80FF0B; }
a { background-color: rgb(128,255,11); }
div.DivClassName
{
background-color: #80FF0B;
}
.BgClassName
{
background-color: #80FF0B;
}
</style>
border-color css
<style>
span { border-color: #80FF0B; }
span { border-color: rgb(128,255,11); }
td.TdClassName
{
border-color: #80FF0B;
}
.TagClassName
{
border-color: #80FF0B;
}
</style>