Shades of Chartreuse #80FE23
Tints of Chartreuse #80FE23
RGB
CMYK
RGB Variations
Color information
#80FE23 (or 0x80FE23) is known color: Chartreuse. HEX triplet: 80, FE and 23. RGB value is (128,254,35). Sum of RGB (Red+Green+Blue) = 128+254+35=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 254 (99.61% from 255 or 60.91% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE23 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FE23 is #7F01DC. Grayscale: #C0C0C0. Windows color (decimal): -8323549 or 2358912. OLE color: 2358912.
HSL color Cylindrical-coordinate representation of color #80FE23: hue angle of 94.52º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80FE23 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 35 | - |
| CMYK | 0.50 | 0 | 0.86 | 0.00 |
| HSL | 94.52º | 0.99% | 0.57% | - |
| HSV(B) | 94.52º | 0.86% | 1% | - |
| XYZ | 44.65 | 75.59 | 13.83 | - |
| YUV | 191.36 | 39.76 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 35 | 0.50 | 0 | 0.86 | 0.00 | 94.52 | 0.99 | 0.57 |
| Hex | 80 | FE | 23 | 32 | 0 | 56 | 0 | 5F | 63 | 39 |
| Octal | 200 | 376 | 43 | 62 | 0 | 126 | 0 | 137 | 143 | 71 |
| Binary | 10000000 | 11111110 | 100011 | 110010 | 0 | 1010110 | 0 | 1011111 | 1100011 | 111001 |
Color Harmonies of #80FE23
Complementary color
Monochromatic Colors of #80FE23
Black with #80FE23
Text Example
Text Example
White with #80FE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE23; }
p { color: rgb(128,254,35); }
H1.HeaderClassName
{
color: #80FE23;
}
.AnyTagClassName
{
color: #80FE23;
}
</style>
background-color css
<style>
a { background-color: #80FE23; }
a { background-color: rgb(128,254,35); }
div.DivClassName
{
background-color: #80FE23;
}
.BgClassName
{
background-color: #80FE23;
}
</style>
border-color css
<style>
span { border-color: #80FE23; }
span { border-color: rgb(128,254,35); }
td.TdClassName
{
border-color: #80FE23;
}
.TagClassName
{
border-color: #80FE23;
}
</style>