Shades of Pastel Green #7FCF77
Tints of Pastel Green #7FCF77
RGB
CMYK
RGB Variations
Color information
#7FCF77 (or 0x7FCF77) is known color: Pastel Green. HEX triplet: 7F, CF and 77. RGB value is (127,207,119). Sum of RGB (Red+Green+Blue) = 127+207+119=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCF77 is #803088. Grayscale: #ADADAD. Windows color (decimal): -8401033 or 7851903. OLE color: 7851903.
HSL color Cylindrical-coordinate representation of color #7FCF77: hue angle of 114.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FCF77 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 119 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.19 |
| HSL | 114.55º | 0.48% | 0.64% | - |
| HSV(B) | 114.55º | 0.43% | 0.81% | - |
| XYZ | 34.4 | 50.47 | 25.38 | - |
| YUV | 173.05 | 97.5 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 119 | 0.39 | 0 | 0.43 | 0.19 | 114.55 | 0.48 | 0.64 |
| Hex | 7F | CF | 77 | 27 | 0 | 2B | 13 | 73 | 30 | 40 |
| Octal | 177 | 317 | 167 | 47 | 0 | 53 | 23 | 163 | 60 | 100 |
| Binary | 1111111 | 11001111 | 1110111 | 100111 | 0 | 101011 | 10011 | 1110011 | 110000 | 1000000 |
Color Harmonies of #7FCF77
Complementary color
Monochromatic Colors of #7FCF77
Black with #7FCF77
Text Example
Text Example
White with #7FCF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCF77; }
p { color: rgb(127,207,119); }
H1.HeaderClassName
{
color: #7FCF77;
}
.AnyTagClassName
{
color: #7FCF77;
}
</style>
background-color css
<style>
a { background-color: #7FCF77; }
a { background-color: rgb(127,207,119); }
div.DivClassName
{
background-color: #7FCF77;
}
.BgClassName
{
background-color: #7FCF77;
}
</style>
border-color css
<style>
span { border-color: #7FCF77; }
span { border-color: rgb(127,207,119); }
td.TdClassName
{
border-color: #7FCF77;
}
.TagClassName
{
border-color: #7FCF77;
}
</style>