Shades of Chartreuse #7FFD1B
Tints of Chartreuse #7FFD1B
RGB
CMYK
RGB Variations
Color information
#7FFD1B (or 0x7FFD1B) is known color: Chartreuse. HEX triplet: 7F, FD and 1B. RGB value is (127,253,27). Sum of RGB (Red+Green+Blue) = 127+253+27=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 253 (99.22% from 255 or 62.16% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFD1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FFD1B is #8002E4. Grayscale: #BEBEBE. Windows color (decimal): -8389349 or 1834367. OLE color: 1834367.
HSL color Cylindrical-coordinate representation of color #7FFD1B: hue angle of 93.45º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7FFD1B is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 27 | - |
| CMYK | 0.50 | 0 | 0.89 | 0.01 |
| HSL | 93.45º | 0.98% | 0.55% | - |
| HSV(B) | 93.45º | 0.89% | 0.99% | - |
| XYZ | 44.08 | 74.84 | 13.16 | - |
| YUV | 189.56 | 36.26 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 27 | 0.50 | 0 | 0.89 | 0.01 | 93.45 | 0.98 | 0.55 |
| Hex | 7F | FD | 1B | 32 | 0 | 59 | 1 | 5D | 62 | 37 |
| Octal | 177 | 375 | 33 | 62 | 0 | 131 | 1 | 135 | 142 | 67 |
| Binary | 1111111 | 11111101 | 11011 | 110010 | 0 | 1011001 | 1 | 1011101 | 1100010 | 110111 |
Color Harmonies of #7FFD1B
Complementary color
Monochromatic Colors of #7FFD1B
Black with #7FFD1B
Text Example
Text Example
White with #7FFD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFD1B; }
p { color: rgb(127,253,27); }
H1.HeaderClassName
{
color: #7FFD1B;
}
.AnyTagClassName
{
color: #7FFD1B;
}
</style>
background-color css
<style>
a { background-color: #7FFD1B; }
a { background-color: rgb(127,253,27); }
div.DivClassName
{
background-color: #7FFD1B;
}
.BgClassName
{
background-color: #7FFD1B;
}
</style>
border-color css
<style>
span { border-color: #7FFD1B; }
span { border-color: rgb(127,253,27); }
td.TdClassName
{
border-color: #7FFD1B;
}
.TagClassName
{
border-color: #7FFD1B;
}
</style>