Shades of Chartreuse #80FF24
Tints of Chartreuse #80FF24
RGB
CMYK
RGB Variations
Color information
#80FF24 (or 0x80FF24) is known color: Chartreuse. HEX triplet: 80, FF and 24. RGB value is (128,255,36). Sum of RGB (Red+Green+Blue) = 128+255+36=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 255 (100% from 255 or 60.86% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF24 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FF24 is #7F00DB. Grayscale: #C0C0C0. Windows color (decimal): -8323292 or 2424704. OLE color: 2424704.
HSL color Cylindrical-coordinate representation of color #80FF24: hue angle of 94.79º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80FF24 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 36 | - |
| CMYK | 0.50 | 0 | 0.86 | 0 |
| HSL | 94.79º | 1% | 0.57% | - |
| HSV(B) | 94.79º | 0.86% | 1% | - |
| XYZ | 44.98 | 76.24 | 14.01 | - |
| YUV | 192.06 | 39.92 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 36 | 0.50 | 0 | 0.86 | 0 | 94.79 | 1 | 0.57 |
| Hex | 80 | FF | 24 | 32 | 0 | 56 | 0 | 5F | 64 | 39 |
| Octal | 200 | 377 | 44 | 62 | 0 | 126 | 0 | 137 | 144 | 71 |
| Binary | 10000000 | 11111111 | 100100 | 110010 | 0 | 1010110 | 0 | 1011111 | 1100100 | 111001 |
Color Harmonies of #80FF24
Complementary color
Monochromatic Colors of #80FF24
Black with #80FF24
Text Example
Text Example
White with #80FF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF24; }
p { color: rgb(128,255,36); }
H1.HeaderClassName
{
color: #80FF24;
}
.AnyTagClassName
{
color: #80FF24;
}
</style>
background-color css
<style>
a { background-color: #80FF24; }
a { background-color: rgb(128,255,36); }
div.DivClassName
{
background-color: #80FF24;
}
.BgClassName
{
background-color: #80FF24;
}
</style>
border-color css
<style>
span { border-color: #80FF24; }
span { border-color: rgb(128,255,36); }
td.TdClassName
{
border-color: #80FF24;
}
.TagClassName
{
border-color: #80FF24;
}
</style>