Shades of Pastel Green #73E965
Tints of Pastel Green #73E965
RGB
CMYK
RGB Variations
Color information
#73E965 (or 0x73E965) is known color: Pastel Green. HEX triplet: 73, E9 and 65. RGB value is (115,233,101). Sum of RGB (Red+Green+Blue) = 115+233+101=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 233 (91.41% from 255 or 51.89% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 233 - color contains mainly: green. Hex color #73E965 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73E965 is #8C169A. Grayscale: #B7B7B7. Windows color (decimal): -9180827 or 6678899. OLE color: 6678899.
HSL color Cylindrical-coordinate representation of color #73E965: hue angle of 113.64º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73E965 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 233 | 101 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.09 |
| HSL | 113.64º | 0.75% | 0.65% | - |
| HSV(B) | 113.64º | 0.57% | 0.91% | - |
| XYZ | 38.56 | 62.86 | 22.41 | - |
| YUV | 182.67 | 81.91 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 233 | 101 | 0.51 | 0 | 0.57 | 0.09 | 113.64 | 0.75 | 0.65 |
| Hex | 73 | E9 | 65 | 33 | 0 | 39 | 9 | 72 | 4B | 41 |
| Octal | 163 | 351 | 145 | 63 | 0 | 71 | 11 | 162 | 113 | 101 |
| Binary | 1110011 | 11101001 | 1100101 | 110011 | 0 | 111001 | 1001 | 1110010 | 1001011 | 1000001 |
Color Harmonies of #73E965
Complementary color
Monochromatic Colors of #73E965
Black with #73E965
Text Example
Text Example
White with #73E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E965; }
p { color: rgb(115,233,101); }
H1.HeaderClassName
{
color: #73E965;
}
.AnyTagClassName
{
color: #73E965;
}
</style>
background-color css
<style>
a { background-color: #73E965; }
a { background-color: rgb(115,233,101); }
div.DivClassName
{
background-color: #73E965;
}
.BgClassName
{
background-color: #73E965;
}
</style>
border-color css
<style>
span { border-color: #73E965; }
span { border-color: rgb(115,233,101); }
td.TdClassName
{
border-color: #73E965;
}
.TagClassName
{
border-color: #73E965;
}
</style>