Shades of Pastel Green #7FCB73
Tints of Pastel Green #7FCB73
RGB
CMYK
RGB Variations
Color information
#7FCB73 (or 0x7FCB73) is known color: Pastel Green. HEX triplet: 7F, CB and 73. RGB value is (127,203,115). Sum of RGB (Red+Green+Blue) = 127+203+115=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCB73 is #80348C. Grayscale: #AAAAAA. Windows color (decimal): -8402061 or 7588735. OLE color: 7588735.
HSL color Cylindrical-coordinate representation of color #7FCB73: hue angle of 111.82º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FCB73 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 115 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.20 |
| HSL | 111.82º | 0.46% | 0.62% | - |
| HSV(B) | 111.82º | 0.43% | 0.8% | - |
| XYZ | 33.2 | 48.46 | 23.82 | - |
| YUV | 170.24 | 96.82 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 115 | 0.37 | 0 | 0.43 | 0.20 | 111.82 | 0.46 | 0.62 |
| Hex | 7F | CB | 73 | 25 | 0 | 2B | 14 | 70 | 2E | 3E |
| Octal | 177 | 313 | 163 | 45 | 0 | 53 | 24 | 160 | 56 | 76 |
| Binary | 1111111 | 11001011 | 1110011 | 100101 | 0 | 101011 | 10100 | 1110000 | 101110 | 111110 |
Color Harmonies of #7FCB73
Complementary color
Monochromatic Colors of #7FCB73
Black with #7FCB73
Text Example
Text Example
White with #7FCB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB73; }
p { color: rgb(127,203,115); }
H1.HeaderClassName
{
color: #7FCB73;
}
.AnyTagClassName
{
color: #7FCB73;
}
</style>
background-color css
<style>
a { background-color: #7FCB73; }
a { background-color: rgb(127,203,115); }
div.DivClassName
{
background-color: #7FCB73;
}
.BgClassName
{
background-color: #7FCB73;
}
</style>
border-color css
<style>
span { border-color: #7FCB73; }
span { border-color: rgb(127,203,115); }
td.TdClassName
{
border-color: #7FCB73;
}
.TagClassName
{
border-color: #7FCB73;
}
</style>