Shades of Chartreuse #7FFD01
Tints of Chartreuse #7FFD01
RGB
CMYK
RGB Variations
Color information
#7FFD01 (or 0x7FFD01) is known color: Chartreuse. HEX triplet: 7F, FD and 01. RGB value is (127,253,1). Sum of RGB (Red+Green+Blue) = 127+253+1=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 253 (99.22% from 255 or 66.40% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFD01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7FFD01 is #8002FE. Grayscale: #BBBBBB. Windows color (decimal): -8389375 or 130431. OLE color: 130431.
HSL color Cylindrical-coordinate representation of color #7FFD01: hue angle of 90º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7FFD01 is Cyan = 0.50, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 1 | - |
| CMYK | 0.50 | 0 | 1.00 | 0.01 |
| HSL | 90º | 0.99% | 0.5% | - |
| HSV(B) | 90º | 1% | 0.99% | - |
| XYZ | 43.88 | 74.76 | 12.15 | - |
| YUV | 186.6 | 23.26 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 1 | 0.50 | 0 | 1.00 | 0.01 | 90 | 0.99 | 0.5 |
| Hex | 7F | FD | 1 | 32 | 0 | 64 | 1 | 5A | 63 | 32 |
| Octal | 177 | 375 | 1 | 62 | 0 | 144 | 1 | 132 | 143 | 62 |
| Binary | 1111111 | 11111101 | 1 | 110010 | 0 | 1100100 | 1 | 1011010 | 1100011 | 110010 |
Color Harmonies of #7FFD01
Complementary color
Monochromatic Colors of #7FFD01
Black with #7FFD01
Text Example
Text Example
White with #7FFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFD01; }
p { color: rgb(127,253,1); }
H1.HeaderClassName
{
color: #7FFD01;
}
.AnyTagClassName
{
color: #7FFD01;
}
</style>
background-color css
<style>
a { background-color: #7FFD01; }
a { background-color: rgb(127,253,1); }
div.DivClassName
{
background-color: #7FFD01;
}
.BgClassName
{
background-color: #7FFD01;
}
</style>
border-color css
<style>
span { border-color: #7FFD01; }
span { border-color: rgb(127,253,1); }
td.TdClassName
{
border-color: #7FFD01;
}
.TagClassName
{
border-color: #7FFD01;
}
</style>