Shades of Chartreuse #7FFD1D
Tints of Chartreuse #7FFD1D
RGB
CMYK
RGB Variations
Color information
#7FFD1D (or 0x7FFD1D) is known color: Chartreuse. HEX triplet: 7F, FD and 1D. RGB value is (127,253,29). Sum of RGB (Red+Green+Blue) = 127+253+29=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 253 (99.22% from 255 or 61.86% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFD1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FFD1D is #8002E2. Grayscale: #BEBEBE. Windows color (decimal): -8389347 or 1965439. OLE color: 1965439.
HSL color Cylindrical-coordinate representation of color #7FFD1D: hue angle of 93.75º 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 #7FFD1D is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 253 | 29 | - |
| CMYK | 0.50 | 0 | 0.89 | 0.01 |
| HSL | 93.75º | 0.98% | 0.55% | - |
| HSV(B) | 93.75º | 0.89% | 0.99% | - |
| XYZ | 44.1 | 74.85 | 13.29 | - |
| YUV | 189.79 | 37.26 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 253 | 29 | 0.50 | 0 | 0.89 | 0.01 | 93.75 | 0.98 | 0.55 |
| Hex | 7F | FD | 1D | 32 | 0 | 59 | 1 | 5E | 62 | 37 |
| Octal | 177 | 375 | 35 | 62 | 0 | 131 | 1 | 136 | 142 | 67 |
| Binary | 1111111 | 11111101 | 11101 | 110010 | 0 | 1011001 | 1 | 1011110 | 1100010 | 110111 |
Color Harmonies of #7FFD1D
Complementary color
Monochromatic Colors of #7FFD1D
Black with #7FFD1D
Text Example
Text Example
White with #7FFD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFD1D; }
p { color: rgb(127,253,29); }
H1.HeaderClassName
{
color: #7FFD1D;
}
.AnyTagClassName
{
color: #7FFD1D;
}
</style>
background-color css
<style>
a { background-color: #7FFD1D; }
a { background-color: rgb(127,253,29); }
div.DivClassName
{
background-color: #7FFD1D;
}
.BgClassName
{
background-color: #7FFD1D;
}
</style>
border-color css
<style>
span { border-color: #7FFD1D; }
span { border-color: rgb(127,253,29); }
td.TdClassName
{
border-color: #7FFD1D;
}
.TagClassName
{
border-color: #7FFD1D;
}
</style>