Shades of Yellow Green #7FDC1B
Tints of Yellow Green #7FDC1B
RGB
CMYK
RGB Variations
Color information
#7FDC1B (or 0x7FDC1B) is known color: Yellow Green. HEX triplet: 7F, DC and 1B. RGB value is (127,220,27). Sum of RGB (Red+Green+Blue) = 127+220+27=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDC1B is #8023E4. Grayscale: #AAAAAA. Windows color (decimal): -8397797 or 1825919. OLE color: 1825919.
HSL color Cylindrical-coordinate representation of color #7FDC1B: hue angle of 88.91º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7FDC1B is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 27 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.14 |
| HSL | 88.91º | 0.78% | 0.48% | - |
| HSV(B) | 88.91º | 0.88% | 0.86% | - |
| XYZ | 34.54 | 55.78 | 9.98 | - |
| YUV | 170.19 | 47.19 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 27 | 0.42 | 0 | 0.88 | 0.14 | 88.91 | 0.78 | 0.48 |
| Hex | 7F | DC | 1B | 2A | 0 | 58 | E | 59 | 4E | 30 |
| Octal | 177 | 334 | 33 | 52 | 0 | 130 | 16 | 131 | 116 | 60 |
| Binary | 1111111 | 11011100 | 11011 | 101010 | 0 | 1011000 | 1110 | 1011001 | 1001110 | 110000 |
Color Harmonies of #7FDC1B
Complementary color
Monochromatic Colors of #7FDC1B
Black with #7FDC1B
Text Example
Text Example
White with #7FDC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC1B; }
p { color: rgb(127,220,27); }
H1.HeaderClassName
{
color: #7FDC1B;
}
.AnyTagClassName
{
color: #7FDC1B;
}
</style>
background-color css
<style>
a { background-color: #7FDC1B; }
a { background-color: rgb(127,220,27); }
div.DivClassName
{
background-color: #7FDC1B;
}
.BgClassName
{
background-color: #7FDC1B;
}
</style>
border-color css
<style>
span { border-color: #7FDC1B; }
span { border-color: rgb(127,220,27); }
td.TdClassName
{
border-color: #7FDC1B;
}
.TagClassName
{
border-color: #7FDC1B;
}
</style>