Shades of Chartreuse #7EFF25
Tints of Chartreuse #7EFF25
RGB
CMYK
RGB Variations
Color information
#7EFF25 (or 0x7EFF25) is known color: Chartreuse. HEX triplet: 7E, FF and 25. RGB value is (126,255,37). Sum of RGB (Red+Green+Blue) = 126+255+37=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EFF25 is #8100DA. Grayscale: #C0C0C0. Windows color (decimal): -8454363 or 2490238. OLE color: 2490238.
HSL color Cylindrical-coordinate representation of color #7EFF25: hue angle of 95.5º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7EFF25 is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 37 | - |
| CMYK | 0.51 | 0 | 0.85 | 0 |
| HSL | 95.5º | 1% | 0.57% | - |
| HSV(B) | 95.5º | 0.85% | 1% | - |
| XYZ | 44.7 | 76.09 | 14.08 | - |
| YUV | 191.58 | 40.76 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 37 | 0.51 | 0 | 0.85 | 0 | 95.5 | 1 | 0.57 |
| Hex | 7E | FF | 25 | 33 | 0 | 55 | 0 | 60 | 64 | 39 |
| Octal | 176 | 377 | 45 | 63 | 0 | 125 | 0 | 140 | 144 | 71 |
| Binary | 1111110 | 11111111 | 100101 | 110011 | 0 | 1010101 | 0 | 1100000 | 1100100 | 111001 |
Color Harmonies of #7EFF25
Complementary color
Monochromatic Colors of #7EFF25
Black with #7EFF25
Text Example
Text Example
White with #7EFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFF25; }
p { color: rgb(126,255,37); }
H1.HeaderClassName
{
color: #7EFF25;
}
.AnyTagClassName
{
color: #7EFF25;
}
</style>
background-color css
<style>
a { background-color: #7EFF25; }
a { background-color: rgb(126,255,37); }
div.DivClassName
{
background-color: #7EFF25;
}
.BgClassName
{
background-color: #7EFF25;
}
</style>
border-color css
<style>
span { border-color: #7EFF25; }
span { border-color: rgb(126,255,37); }
td.TdClassName
{
border-color: #7EFF25;
}
.TagClassName
{
border-color: #7EFF25;
}
</style>