Shades of Pastel Green #7FD273
Tints of Pastel Green #7FD273
RGB
CMYK
RGB Variations
Color information
#7FD273 (or 0x7FD273) is known color: Pastel Green. HEX triplet: 7F, D2 and 73. RGB value is (127,210,115). Sum of RGB (Red+Green+Blue) = 127+210+115=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD273 is #802D8C. Grayscale: #AEAEAE. Windows color (decimal): -8400269 or 7590527. OLE color: 7590527.
HSL color Cylindrical-coordinate representation of color #7FD273: hue angle of 112.42º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FD273 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 210 | 115 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.18 |
| HSL | 112.42º | 0.51% | 0.64% | - |
| HSV(B) | 112.42º | 0.45% | 0.82% | - |
| XYZ | 34.89 | 51.84 | 24.39 | - |
| YUV | 174.35 | 94.5 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 210 | 115 | 0.40 | 0 | 0.45 | 0.18 | 112.42 | 0.51 | 0.64 |
| Hex | 7F | D2 | 73 | 28 | 0 | 2D | 12 | 70 | 33 | 40 |
| Octal | 177 | 322 | 163 | 50 | 0 | 55 | 22 | 160 | 63 | 100 |
| Binary | 1111111 | 11010010 | 1110011 | 101000 | 0 | 101101 | 10010 | 1110000 | 110011 | 1000000 |
Color Harmonies of #7FD273
Complementary color
Monochromatic Colors of #7FD273
Black with #7FD273
Text Example
Text Example
White with #7FD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD273; }
p { color: rgb(127,210,115); }
H1.HeaderClassName
{
color: #7FD273;
}
.AnyTagClassName
{
color: #7FD273;
}
</style>
background-color css
<style>
a { background-color: #7FD273; }
a { background-color: rgb(127,210,115); }
div.DivClassName
{
background-color: #7FD273;
}
.BgClassName
{
background-color: #7FD273;
}
</style>
border-color css
<style>
span { border-color: #7FD273; }
span { border-color: rgb(127,210,115); }
td.TdClassName
{
border-color: #7FD273;
}
.TagClassName
{
border-color: #7FD273;
}
</style>