Shades of Chartreuse #7FFE14
Tints of Chartreuse #7FFE14
RGB
CMYK
RGB Variations
Color information
#7FFE14 (or 0x7FFE14) is known color: Chartreuse. HEX triplet: 7F, FE and 14. RGB value is (127,254,20). Sum of RGB (Red+Green+Blue) = 127+254+20=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 254 (99.61% from 255 or 63.34% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFE14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7FFE14 is #8001EB. Grayscale: #BEBEBE. Windows color (decimal): -8389100 or 1375871. OLE color: 1375871.
HSL color Cylindrical-coordinate representation of color #7FFE14: hue angle of 92.56º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FFE14 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 254 | 20 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.00 |
| HSL | 92.56º | 0.99% | 0.54% | - |
| HSV(B) | 92.56º | 0.92% | 1% | - |
| XYZ | 44.32 | 75.45 | 12.89 | - |
| YUV | 189.35 | 32.42 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 254 | 20 | 0.50 | 0 | 0.92 | 0.00 | 92.56 | 0.99 | 0.54 |
| Hex | 7F | FE | 14 | 32 | 0 | 5C | 0 | 5D | 63 | 36 |
| Octal | 177 | 376 | 24 | 62 | 0 | 134 | 0 | 135 | 143 | 66 |
| Binary | 1111111 | 11111110 | 10100 | 110010 | 0 | 1011100 | 0 | 1011101 | 1100011 | 110110 |
Color Harmonies of #7FFE14
Complementary color
Monochromatic Colors of #7FFE14
Black with #7FFE14
Text Example
Text Example
White with #7FFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFE14; }
p { color: rgb(127,254,20); }
H1.HeaderClassName
{
color: #7FFE14;
}
.AnyTagClassName
{
color: #7FFE14;
}
</style>
background-color css
<style>
a { background-color: #7FFE14; }
a { background-color: rgb(127,254,20); }
div.DivClassName
{
background-color: #7FFE14;
}
.BgClassName
{
background-color: #7FFE14;
}
</style>
border-color css
<style>
span { border-color: #7FFE14; }
span { border-color: rgb(127,254,20); }
td.TdClassName
{
border-color: #7FFE14;
}
.TagClassName
{
border-color: #7FFE14;
}
</style>