Shades of Pastel Green #73CF7F
Tints of Pastel Green #73CF7F
RGB
CMYK
RGB Variations
Color information
#73CF7F (or 0x73CF7F) is known color: Pastel Green. HEX triplet: 73, CF and 7F. RGB value is (115,207,127). Sum of RGB (Red+Green+Blue) = 115+207+127=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #73CF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CF7F is #8C3080. Grayscale: #AAAAAA. Windows color (decimal): -9187457 or 8376179. OLE color: 8376179.
HSL color Cylindrical-coordinate representation of color #73CF7F: hue angle of 127.83º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CF7F is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 127 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.19 |
| HSL | 127.83º | 0.49% | 0.63% | - |
| HSV(B) | 127.83º | 0.44% | 0.81% | - |
| XYZ | 33.21 | 49.8 | 27.94 | - |
| YUV | 170.37 | 103.52 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 127 | 0.44 | 0 | 0.39 | 0.19 | 127.83 | 0.49 | 0.63 |
| Hex | 73 | CF | 7F | 2C | 0 | 27 | 13 | 80 | 31 | 3F |
| Octal | 163 | 317 | 177 | 54 | 0 | 47 | 23 | 200 | 61 | 77 |
| Binary | 1110011 | 11001111 | 1111111 | 101100 | 0 | 100111 | 10011 | 10000000 | 110001 | 111111 |
Color Harmonies of #73CF7F
Complementary color
Monochromatic Colors of #73CF7F
Black with #73CF7F
Text Example
Text Example
White with #73CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CF7F; }
p { color: rgb(115,207,127); }
H1.HeaderClassName
{
color: #73CF7F;
}
.AnyTagClassName
{
color: #73CF7F;
}
</style>
background-color css
<style>
a { background-color: #73CF7F; }
a { background-color: rgb(115,207,127); }
div.DivClassName
{
background-color: #73CF7F;
}
.BgClassName
{
background-color: #73CF7F;
}
</style>
border-color css
<style>
span { border-color: #73CF7F; }
span { border-color: rgb(115,207,127); }
td.TdClassName
{
border-color: #73CF7F;
}
.TagClassName
{
border-color: #73CF7F;
}
</style>