Shades of Chartreuse #7FFD14
Tints of Chartreuse #7FFD14
RGB
CMYK
RGB Variations
Color information
#7FFD14 (or 0x7FFD14) is known color: Chartreuse. HEX triplet: 7F, FD and 14. RGB value is (127,253,20). Sum of RGB (Red+Green+Blue) = 127+253+20=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 253 (99.22% from 255 or 63.25% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFD14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7FFD14 is #8002EB. Grayscale: #BDBDBD. Windows color (decimal): -8389356 or 1375615. OLE color: 1375615.
HSL color Cylindrical-coordinate representation of color #7FFD14: hue angle of 92.45º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FFD14 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 20 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.01 |
| HSL | 92.45º | 0.98% | 0.54% | - |
| HSV(B) | 92.45º | 0.92% | 0.99% | - |
| XYZ | 44 | 74.81 | 12.78 | - |
| YUV | 188.76 | 32.76 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 20 | 0.50 | 0 | 0.92 | 0.01 | 92.45 | 0.98 | 0.54 |
| Hex | 7F | FD | 14 | 32 | 0 | 5C | 1 | 5C | 62 | 36 |
| Octal | 177 | 375 | 24 | 62 | 0 | 134 | 1 | 134 | 142 | 66 |
| Binary | 1111111 | 11111101 | 10100 | 110010 | 0 | 1011100 | 1 | 1011100 | 1100010 | 110110 |
Color Harmonies of #7FFD14
Complementary color
Monochromatic Colors of #7FFD14
Black with #7FFD14
Text Example
Text Example
White with #7FFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFD14; }
p { color: rgb(127,253,20); }
H1.HeaderClassName
{
color: #7FFD14;
}
.AnyTagClassName
{
color: #7FFD14;
}
</style>
background-color css
<style>
a { background-color: #7FFD14; }
a { background-color: rgb(127,253,20); }
div.DivClassName
{
background-color: #7FFD14;
}
.BgClassName
{
background-color: #7FFD14;
}
</style>
border-color css
<style>
span { border-color: #7FFD14; }
span { border-color: rgb(127,253,20); }
td.TdClassName
{
border-color: #7FFD14;
}
.TagClassName
{
border-color: #7FFD14;
}
</style>