Shades of Chartreuse #7FFD16
Tints of Chartreuse #7FFD16
RGB
CMYK
RGB Variations
Color information
#7FFD16 (or 0x7FFD16) is known color: Chartreuse. HEX triplet: 7F, FD and 16. RGB value is (127,253,22). Sum of RGB (Red+Green+Blue) = 127+253+22=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 253 (99.22% from 255 or 62.94% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFD16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7FFD16 is #8002E9. Grayscale: #BDBDBD. Windows color (decimal): -8389354 or 1506687. OLE color: 1506687.
HSL color Cylindrical-coordinate representation of color #7FFD16: hue angle of 92.73º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FFD16 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 22 | - |
| CMYK | 0.50 | 0 | 0.91 | 0.01 |
| HSL | 92.73º | 0.98% | 0.54% | - |
| HSV(B) | 92.73º | 0.91% | 0.99% | - |
| XYZ | 44.02 | 74.82 | 12.88 | - |
| YUV | 188.99 | 33.76 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 22 | 0.50 | 0 | 0.91 | 0.01 | 92.73 | 0.98 | 0.54 |
| Hex | 7F | FD | 16 | 32 | 0 | 5B | 1 | 5D | 62 | 36 |
| Octal | 177 | 375 | 26 | 62 | 0 | 133 | 1 | 135 | 142 | 66 |
| Binary | 1111111 | 11111101 | 10110 | 110010 | 0 | 1011011 | 1 | 1011101 | 1100010 | 110110 |
Color Harmonies of #7FFD16
Complementary color
Monochromatic Colors of #7FFD16
Black with #7FFD16
Text Example
Text Example
White with #7FFD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFD16; }
p { color: rgb(127,253,22); }
H1.HeaderClassName
{
color: #7FFD16;
}
.AnyTagClassName
{
color: #7FFD16;
}
</style>
background-color css
<style>
a { background-color: #7FFD16; }
a { background-color: rgb(127,253,22); }
div.DivClassName
{
background-color: #7FFD16;
}
.BgClassName
{
background-color: #7FFD16;
}
</style>
border-color css
<style>
span { border-color: #7FFD16; }
span { border-color: rgb(127,253,22); }
td.TdClassName
{
border-color: #7FFD16;
}
.TagClassName
{
border-color: #7FFD16;
}
</style>