Shades of Chartreuse #7FFE26
Tints of Chartreuse #7FFE26
RGB
CMYK
RGB Variations
Color information
#7FFE26 (or 0x7FFE26) is known color: Chartreuse. HEX triplet: 7F, FE and 26. RGB value is (127,254,38). Sum of RGB (Red+Green+Blue) = 127+254+38=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 254 (99.61% from 255 or 60.62% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 254 - color contains mainly: green. Hex color #7FFE26 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FFE26 is #8001D9. Grayscale: #C0C0C0. Windows color (decimal): -8389082 or 2555519. OLE color: 2555519.
HSL color Cylindrical-coordinate representation of color #7FFE26: hue angle of 95.28º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7FFE26 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 254 | 38 | - |
| CMYK | 0.50 | 0 | 0.85 | 0.00 |
| HSL | 95.28º | 0.99% | 0.57% | - |
| HSV(B) | 95.28º | 0.85% | 1% | - |
| XYZ | 44.54 | 75.54 | 14.07 | - |
| YUV | 191.4 | 41.42 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 254 | 38 | 0.50 | 0 | 0.85 | 0.00 | 95.28 | 0.99 | 0.57 |
| Hex | 7F | FE | 26 | 32 | 0 | 55 | 0 | 5F | 63 | 39 |
| Octal | 177 | 376 | 46 | 62 | 0 | 125 | 0 | 137 | 143 | 71 |
| Binary | 1111111 | 11111110 | 100110 | 110010 | 0 | 1010101 | 0 | 1011111 | 1100011 | 111001 |
Color Harmonies of #7FFE26
Complementary color
Monochromatic Colors of #7FFE26
Black with #7FFE26
Text Example
Text Example
White with #7FFE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFE26; }
p { color: rgb(127,254,38); }
H1.HeaderClassName
{
color: #7FFE26;
}
.AnyTagClassName
{
color: #7FFE26;
}
</style>
background-color css
<style>
a { background-color: #7FFE26; }
a { background-color: rgb(127,254,38); }
div.DivClassName
{
background-color: #7FFE26;
}
.BgClassName
{
background-color: #7FFE26;
}
</style>
border-color css
<style>
span { border-color: #7FFE26; }
span { border-color: rgb(127,254,38); }
td.TdClassName
{
border-color: #7FFE26;
}
.TagClassName
{
border-color: #7FFE26;
}
</style>