Shades of Pastel Green #7FDB6F
Tints of Pastel Green #7FDB6F
RGB
CMYK
RGB Variations
Color information
#7FDB6F (or 0x7FDB6F) is known color: Pastel Green. HEX triplet: 7F, DB and 6F. RGB value is (127,219,111). Sum of RGB (Red+Green+Blue) = 127+219+111=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDB6F is #802490. Grayscale: #B3B3B3. Windows color (decimal): -8397969 or 7330687. OLE color: 7330687.
HSL color Cylindrical-coordinate representation of color #7FDB6F: hue angle of 111.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FDB6F is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 111 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.14 |
| HSL | 111.11º | 0.6% | 0.65% | - |
| HSV(B) | 111.11º | 0.49% | 0.86% | - |
| XYZ | 36.95 | 56.32 | 23.96 | - |
| YUV | 179.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 111 | 0.42 | 0 | 0.49 | 0.14 | 111.11 | 0.6 | 0.65 |
| Hex | 7F | DB | 6F | 2A | 0 | 31 | E | 6F | 3C | 41 |
| Octal | 177 | 333 | 157 | 52 | 0 | 61 | 16 | 157 | 74 | 101 |
| Binary | 1111111 | 11011011 | 1101111 | 101010 | 0 | 110001 | 1110 | 1101111 | 111100 | 1000001 |
Color Harmonies of #7FDB6F
Complementary color
Monochromatic Colors of #7FDB6F
Black with #7FDB6F
Text Example
Text Example
White with #7FDB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDB6F; }
p { color: rgb(127,219,111); }
H1.HeaderClassName
{
color: #7FDB6F;
}
.AnyTagClassName
{
color: #7FDB6F;
}
</style>
background-color css
<style>
a { background-color: #7FDB6F; }
a { background-color: rgb(127,219,111); }
div.DivClassName
{
background-color: #7FDB6F;
}
.BgClassName
{
background-color: #7FDB6F;
}
</style>
border-color css
<style>
span { border-color: #7FDB6F; }
span { border-color: rgb(127,219,111); }
td.TdClassName
{
border-color: #7FDB6F;
}
.TagClassName
{
border-color: #7FDB6F;
}
</style>