Shades of Chartreuse #7DFF16
Tints of Chartreuse #7DFF16
RGB
CMYK
RGB Variations
Color information
#7DFF16 (or 0x7DFF16) is known color: Chartreuse. HEX triplet: 7D, FF and 16. RGB value is (125,255,22). Sum of RGB (Red+Green+Blue) = 125+255+22=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 255 (100% from 255 or 63.43% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DFF16 is #8200E9. Grayscale: #BEBEBE. Windows color (decimal): -8519914 or 1507197. OLE color: 1507197.
HSL color Cylindrical-coordinate representation of color #7DFF16: hue angle of 93.48º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DFF16 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 22 | - |
| CMYK | 0.51 | 0 | 0.91 | 0 |
| HSL | 93.48º | 1% | 0.54% | - |
| HSV(B) | 93.48º | 0.91% | 1% | - |
| XYZ | 44.36 | 75.94 | 13.08 | - |
| YUV | 189.57 | 33.43 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 22 | 0.51 | 0 | 0.91 | 0 | 93.48 | 1 | 0.54 |
| Hex | 7D | FF | 16 | 33 | 0 | 5B | 0 | 5D | 64 | 36 |
| Octal | 175 | 377 | 26 | 63 | 0 | 133 | 0 | 135 | 144 | 66 |
| Binary | 1111101 | 11111111 | 10110 | 110011 | 0 | 1011011 | 0 | 1011101 | 1100100 | 110110 |
Color Harmonies of #7DFF16
Complementary color
Monochromatic Colors of #7DFF16
Black with #7DFF16
Text Example
Text Example
White with #7DFF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFF16; }
p { color: rgb(125,255,22); }
H1.HeaderClassName
{
color: #7DFF16;
}
.AnyTagClassName
{
color: #7DFF16;
}
</style>
background-color css
<style>
a { background-color: #7DFF16; }
a { background-color: rgb(125,255,22); }
div.DivClassName
{
background-color: #7DFF16;
}
.BgClassName
{
background-color: #7DFF16;
}
</style>
border-color css
<style>
span { border-color: #7DFF16; }
span { border-color: rgb(125,255,22); }
td.TdClassName
{
border-color: #7DFF16;
}
.TagClassName
{
border-color: #7DFF16;
}
</style>