Shades of Pastel Green #7FDB7E
Tints of Pastel Green #7FDB7E
RGB
CMYK
RGB Variations
Color information
#7FDB7E (or 0x7FDB7E) is known color: Pastel Green. HEX triplet: 7F, DB and 7E. RGB value is (127,219,126). Sum of RGB (Red+Green+Blue) = 127+219+126=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDB7E is #802481. Grayscale: #B5B5B5. Windows color (decimal): -8397954 or 8313727. OLE color: 8313727.
HSL color Cylindrical-coordinate representation of color #7FDB7E: hue angle of 119.35º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDB7E is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 126 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.14 |
| HSL | 119.35º | 0.56% | 0.68% | - |
| HSV(B) | 119.35º | 0.42% | 0.86% | - |
| XYZ | 37.85 | 56.68 | 28.68 | - |
| YUV | 180.89 | 97.02 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 126 | 0.42 | 0 | 0.42 | 0.14 | 119.35 | 0.56 | 0.68 |
| Hex | 7F | DB | 7E | 2A | 0 | 2A | E | 77 | 38 | 44 |
| Octal | 177 | 333 | 176 | 52 | 0 | 52 | 16 | 167 | 70 | 104 |
| Binary | 1111111 | 11011011 | 1111110 | 101010 | 0 | 101010 | 1110 | 1110111 | 111000 | 1000100 |
Color Harmonies of #7FDB7E
Complementary color
Monochromatic Colors of #7FDB7E
Black with #7FDB7E
Text Example
Text Example
White with #7FDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDB7E; }
p { color: rgb(127,219,126); }
H1.HeaderClassName
{
color: #7FDB7E;
}
.AnyTagClassName
{
color: #7FDB7E;
}
</style>
background-color css
<style>
a { background-color: #7FDB7E; }
a { background-color: rgb(127,219,126); }
div.DivClassName
{
background-color: #7FDB7E;
}
.BgClassName
{
background-color: #7FDB7E;
}
</style>
border-color css
<style>
span { border-color: #7FDB7E; }
span { border-color: rgb(127,219,126); }
td.TdClassName
{
border-color: #7FDB7E;
}
.TagClassName
{
border-color: #7FDB7E;
}
</style>