Shades of Chartreuse #7DFF03
Tints of Chartreuse #7DFF03
RGB
CMYK
RGB Variations
Color information
#7DFF03 (or 0x7DFF03) is known color: Chartreuse. HEX triplet: 7D, FF and 03. RGB value is (125,255,3). Sum of RGB (Red+Green+Blue) = 125+255+3=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 255 (100% from 255 or 66.58% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7DFF03 is #8200FC. Grayscale: #BCBCBC. Windows color (decimal): -8519933 or 262013. OLE color: 262013.
HSL color Cylindrical-coordinate representation of color #7DFF03: hue angle of 90.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DFF03 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 3 | - |
| CMYK | 0.51 | 0 | 0.99 | 0 |
| HSL | 90.95º | 1% | 0.51% | - |
| HSV(B) | 90.95º | 0.99% | 1% | - |
| XYZ | 44.23 | 75.89 | 12.4 | - |
| YUV | 187.4 | 23.93 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 3 | 0.51 | 0 | 0.99 | 0 | 90.95 | 1 | 0.51 |
| Hex | 7D | FF | 3 | 33 | 0 | 63 | 0 | 5B | 64 | 33 |
| Octal | 175 | 377 | 3 | 63 | 0 | 143 | 0 | 133 | 144 | 63 |
| Binary | 1111101 | 11111111 | 11 | 110011 | 0 | 1100011 | 0 | 1011011 | 1100100 | 110011 |
Color Harmonies of #7DFF03
Complementary color
Monochromatic Colors of #7DFF03
Black with #7DFF03
Text Example
Text Example
White with #7DFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFF03; }
p { color: rgb(125,255,3); }
H1.HeaderClassName
{
color: #7DFF03;
}
.AnyTagClassName
{
color: #7DFF03;
}
</style>
background-color css
<style>
a { background-color: #7DFF03; }
a { background-color: rgb(125,255,3); }
div.DivClassName
{
background-color: #7DFF03;
}
.BgClassName
{
background-color: #7DFF03;
}
</style>
border-color css
<style>
span { border-color: #7DFF03; }
span { border-color: rgb(125,255,3); }
td.TdClassName
{
border-color: #7DFF03;
}
.TagClassName
{
border-color: #7DFF03;
}
</style>