Shades of Pastel Green #7FDA85
Tints of Pastel Green #7FDA85
RGB
CMYK
RGB Variations
Color information
#7FDA85 (or 0x7FDA85) is known color: Pastel Green. HEX triplet: 7F, DA and 85. RGB value is (127,218,133). Sum of RGB (Red+Green+Blue) = 127+218+133=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDA85 is #80257A. Grayscale: #B5B5B5. Windows color (decimal): -8398203 or 8772223. OLE color: 8772223.
HSL color Cylindrical-coordinate representation of color #7FDA85: hue angle of 123.96º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDA85 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 133 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.15 |
| HSL | 123.96º | 0.55% | 0.68% | - |
| HSV(B) | 123.96º | 0.42% | 0.85% | - |
| XYZ | 38.06 | 56.35 | 31.06 | - |
| YUV | 181.1 | 100.85 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 133 | 0.42 | 0 | 0.39 | 0.15 | 123.96 | 0.55 | 0.68 |
| Hex | 7F | DA | 85 | 2A | 0 | 27 | F | 7C | 37 | 44 |
| Octal | 177 | 332 | 205 | 52 | 0 | 47 | 17 | 174 | 67 | 104 |
| Binary | 1111111 | 11011010 | 10000101 | 101010 | 0 | 100111 | 1111 | 1111100 | 110111 | 1000100 |
Color Harmonies of #7FDA85
Complementary color
Monochromatic Colors of #7FDA85
Black with #7FDA85
Text Example
Text Example
White with #7FDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDA85; }
p { color: rgb(127,218,133); }
H1.HeaderClassName
{
color: #7FDA85;
}
.AnyTagClassName
{
color: #7FDA85;
}
</style>
background-color css
<style>
a { background-color: #7FDA85; }
a { background-color: rgb(127,218,133); }
div.DivClassName
{
background-color: #7FDA85;
}
.BgClassName
{
background-color: #7FDA85;
}
</style>
border-color css
<style>
span { border-color: #7FDA85; }
span { border-color: rgb(127,218,133); }
td.TdClassName
{
border-color: #7FDA85;
}
.TagClassName
{
border-color: #7FDA85;
}
</style>