Shades of Pastel Green #73DF7F
Tints of Pastel Green #73DF7F
RGB
CMYK
RGB Variations
Color information
#73DF7F (or 0x73DF7F) is known color: Pastel Green. HEX triplet: 73, DF and 7F. RGB value is (115,223,127). Sum of RGB (Red+Green+Blue) = 115+223+127=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #73DF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DF7F is #8C2080. Grayscale: #B4B4B4. Windows color (decimal): -9183361 or 8380275. OLE color: 8380275.
HSL color Cylindrical-coordinate representation of color #73DF7F: hue angle of 126.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DF7F is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 127 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.13 |
| HSL | 126.67º | 0.63% | 0.66% | - |
| HSV(B) | 126.67º | 0.48% | 0.87% | - |
| XYZ | 37.29 | 57.95 | 29.3 | - |
| YUV | 179.76 | 98.22 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 127 | 0.48 | 0 | 0.43 | 0.13 | 126.67 | 0.63 | 0.66 |
| Hex | 73 | DF | 7F | 30 | 0 | 2B | D | 7F | 3F | 42 |
| Octal | 163 | 337 | 177 | 60 | 0 | 53 | 15 | 177 | 77 | 102 |
| Binary | 1110011 | 11011111 | 1111111 | 110000 | 0 | 101011 | 1101 | 1111111 | 111111 | 1000010 |
Color Harmonies of #73DF7F
Complementary color
Monochromatic Colors of #73DF7F
Black with #73DF7F
Text Example
Text Example
White with #73DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DF7F; }
p { color: rgb(115,223,127); }
H1.HeaderClassName
{
color: #73DF7F;
}
.AnyTagClassName
{
color: #73DF7F;
}
</style>
background-color css
<style>
a { background-color: #73DF7F; }
a { background-color: rgb(115,223,127); }
div.DivClassName
{
background-color: #73DF7F;
}
.BgClassName
{
background-color: #73DF7F;
}
</style>
border-color css
<style>
span { border-color: #73DF7F; }
span { border-color: rgb(115,223,127); }
td.TdClassName
{
border-color: #73DF7F;
}
.TagClassName
{
border-color: #73DF7F;
}
</style>