Shades of Chartreuse #7DFF10
Tints of Chartreuse #7DFF10
RGB
CMYK
RGB Variations
Color information
#7DFF10 (or 0x7DFF10) is known color: Chartreuse. HEX triplet: 7D, FF and 10. RGB value is (125,255,16). Sum of RGB (Red+Green+Blue) = 125+255+16=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DFF10 is #8200EF. Grayscale: #BDBDBD. Windows color (decimal): -8519920 or 1113981. OLE color: 1113981.
HSL color Cylindrical-coordinate representation of color #7DFF10: hue angle of 92.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DFF10 is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 16 | - |
| CMYK | 0.51 | 0 | 0.94 | 0 |
| HSL | 92.64º | 1% | 0.53% | - |
| HSV(B) | 92.64º | 0.94% | 1% | - |
| XYZ | 44.31 | 75.92 | 12.81 | - |
| YUV | 188.88 | 30.43 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 16 | 0.51 | 0 | 0.94 | 0 | 92.64 | 1 | 0.53 |
| Hex | 7D | FF | 10 | 33 | 0 | 5E | 0 | 5D | 64 | 35 |
| Octal | 175 | 377 | 20 | 63 | 0 | 136 | 0 | 135 | 144 | 65 |
| Binary | 1111101 | 11111111 | 10000 | 110011 | 0 | 1011110 | 0 | 1011101 | 1100100 | 110101 |
Color Harmonies of #7DFF10
Complementary color
Monochromatic Colors of #7DFF10
Black with #7DFF10
Text Example
Text Example
White with #7DFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFF10; }
p { color: rgb(125,255,16); }
H1.HeaderClassName
{
color: #7DFF10;
}
.AnyTagClassName
{
color: #7DFF10;
}
</style>
background-color css
<style>
a { background-color: #7DFF10; }
a { background-color: rgb(125,255,16); }
div.DivClassName
{
background-color: #7DFF10;
}
.BgClassName
{
background-color: #7DFF10;
}
</style>
border-color css
<style>
span { border-color: #7DFF10; }
span { border-color: rgb(125,255,16); }
td.TdClassName
{
border-color: #7DFF10;
}
.TagClassName
{
border-color: #7DFF10;
}
</style>