Shades of Chartreuse #7DFF1B
Tints of Chartreuse #7DFF1B
RGB
CMYK
RGB Variations
Color information
#7DFF1B (or 0x7DFF1B) is known color: Chartreuse. HEX triplet: 7D, FF and 1B. RGB value is (125,255,27). Sum of RGB (Red+Green+Blue) = 125+255+27=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFF1B is #8200E4. Grayscale: #BEBEBE. Windows color (decimal): -8519909 or 1834877. OLE color: 1834877.
HSL color Cylindrical-coordinate representation of color #7DFF1B: hue angle of 94.21º 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 #7DFF1B is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 27 | - |
| CMYK | 0.51 | 0 | 0.89 | 0 |
| HSL | 94.21º | 1% | 0.55% | - |
| HSV(B) | 94.21º | 0.89% | 1% | - |
| XYZ | 44.42 | 75.96 | 13.36 | - |
| YUV | 190.14 | 35.93 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 27 | 0.51 | 0 | 0.89 | 0 | 94.21 | 1 | 0.55 |
| Hex | 7D | FF | 1B | 33 | 0 | 59 | 0 | 5E | 64 | 37 |
| Octal | 175 | 377 | 33 | 63 | 0 | 131 | 0 | 136 | 144 | 67 |
| Binary | 1111101 | 11111111 | 11011 | 110011 | 0 | 1011001 | 0 | 1011110 | 1100100 | 110111 |
Color Harmonies of #7DFF1B
Complementary color
Monochromatic Colors of #7DFF1B
Black with #7DFF1B
Text Example
Text Example
White with #7DFF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFF1B; }
p { color: rgb(125,255,27); }
H1.HeaderClassName
{
color: #7DFF1B;
}
.AnyTagClassName
{
color: #7DFF1B;
}
</style>
background-color css
<style>
a { background-color: #7DFF1B; }
a { background-color: rgb(125,255,27); }
div.DivClassName
{
background-color: #7DFF1B;
}
.BgClassName
{
background-color: #7DFF1B;
}
</style>
border-color css
<style>
span { border-color: #7DFF1B; }
span { border-color: rgb(125,255,27); }
td.TdClassName
{
border-color: #7DFF1B;
}
.TagClassName
{
border-color: #7DFF1B;
}
</style>