Shades of Pastel Green #7FDA74
Tints of Pastel Green #7FDA74
RGB
CMYK
RGB Variations
Color information
#7FDA74 (or 0x7FDA74) is known color: Pastel Green. HEX triplet: 7F, DA and 74. RGB value is (127,218,116). Sum of RGB (Red+Green+Blue) = 127+218+116=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDA74 is #80258B. Grayscale: #B3B3B3. Windows color (decimal): -8398220 or 7658111. OLE color: 7658111.
HSL color Cylindrical-coordinate representation of color #7FDA74: hue angle of 113.53º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FDA74 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 116 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.15 |
| HSL | 113.53º | 0.58% | 0.65% | - |
| HSV(B) | 113.53º | 0.47% | 0.85% | - |
| XYZ | 36.98 | 55.92 | 25.37 | - |
| YUV | 179.16 | 92.35 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 116 | 0.42 | 0 | 0.47 | 0.15 | 113.53 | 0.58 | 0.65 |
| Hex | 7F | DA | 74 | 2A | 0 | 2F | F | 72 | 3A | 41 |
| Octal | 177 | 332 | 164 | 52 | 0 | 57 | 17 | 162 | 72 | 101 |
| Binary | 1111111 | 11011010 | 1110100 | 101010 | 0 | 101111 | 1111 | 1110010 | 111010 | 1000001 |
Color Harmonies of #7FDA74
Complementary color
Monochromatic Colors of #7FDA74
Black with #7FDA74
Text Example
Text Example
White with #7FDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDA74; }
p { color: rgb(127,218,116); }
H1.HeaderClassName
{
color: #7FDA74;
}
.AnyTagClassName
{
color: #7FDA74;
}
</style>
background-color css
<style>
a { background-color: #7FDA74; }
a { background-color: rgb(127,218,116); }
div.DivClassName
{
background-color: #7FDA74;
}
.BgClassName
{
background-color: #7FDA74;
}
</style>
border-color css
<style>
span { border-color: #7FDA74; }
span { border-color: rgb(127,218,116); }
td.TdClassName
{
border-color: #7FDA74;
}
.TagClassName
{
border-color: #7FDA74;
}
</style>