Shades of Chartreuse #7DFF1C
Tints of Chartreuse #7DFF1C
RGB
CMYK
RGB Variations
Color information
#7DFF1C (or 0x7DFF1C) is known color: Chartreuse. HEX triplet: 7D, FF and 1C. RGB value is (125,255,28). Sum of RGB (Red+Green+Blue) = 125+255+28=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFF1C is #8200E3. Grayscale: #BFBFBF. Windows color (decimal): -8519908 or 1900413. OLE color: 1900413.
HSL color Cylindrical-coordinate representation of color #7DFF1C: hue angle of 94.36º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7DFF1C is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 28 | - |
| CMYK | 0.51 | 0 | 0.89 | 0 |
| HSL | 94.36º | 1% | 0.55% | - |
| HSV(B) | 94.36º | 0.89% | 1% | - |
| XYZ | 44.43 | 75.96 | 13.42 | - |
| YUV | 190.25 | 36.43 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 28 | 0.51 | 0 | 0.89 | 0 | 94.36 | 1 | 0.55 |
| Hex | 7D | FF | 1C | 33 | 0 | 59 | 0 | 5E | 64 | 37 |
| Octal | 175 | 377 | 34 | 63 | 0 | 131 | 0 | 136 | 144 | 67 |
| Binary | 1111101 | 11111111 | 11100 | 110011 | 0 | 1011001 | 0 | 1011110 | 1100100 | 110111 |
Color Harmonies of #7DFF1C
Complementary color
Monochromatic Colors of #7DFF1C
Black with #7DFF1C
Text Example
Text Example
White with #7DFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFF1C; }
p { color: rgb(125,255,28); }
H1.HeaderClassName
{
color: #7DFF1C;
}
.AnyTagClassName
{
color: #7DFF1C;
}
</style>
background-color css
<style>
a { background-color: #7DFF1C; }
a { background-color: rgb(125,255,28); }
div.DivClassName
{
background-color: #7DFF1C;
}
.BgClassName
{
background-color: #7DFF1C;
}
</style>
border-color css
<style>
span { border-color: #7DFF1C; }
span { border-color: rgb(125,255,28); }
td.TdClassName
{
border-color: #7DFF1C;
}
.TagClassName
{
border-color: #7DFF1C;
}
</style>