Shades of Pastel Green #73D265
Tints of Pastel Green #73D265
RGB
CMYK
RGB Variations
Color information
#73D265 (or 0x73D265) is known color: Pastel Green. HEX triplet: 73, D2 and 65. RGB value is (115,210,101). Sum of RGB (Red+Green+Blue) = 115+210+101=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #73D265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D265 is #8C2D9A. Grayscale: #A9A9A9. Windows color (decimal): -9186715 or 6673011. OLE color: 6673011.
HSL color Cylindrical-coordinate representation of color #73D265: hue angle of 112.29º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73D265 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 210 | 101 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.18 |
| HSL | 112.29º | 0.55% | 0.61% | - |
| HSV(B) | 112.29º | 0.52% | 0.82% | - |
| XYZ | 32.47 | 50.68 | 20.38 | - |
| YUV | 169.17 | 89.53 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 101 | 0.45 | 0 | 0.52 | 0.18 | 112.29 | 0.55 | 0.61 |
| Hex | 73 | D2 | 65 | 2D | 0 | 34 | 12 | 70 | 37 | 3D |
| Octal | 163 | 322 | 145 | 55 | 0 | 64 | 22 | 160 | 67 | 75 |
| Binary | 1110011 | 11010010 | 1100101 | 101101 | 0 | 110100 | 10010 | 1110000 | 110111 | 111101 |
Color Harmonies of #73D265
Complementary color
Monochromatic Colors of #73D265
Black with #73D265
Text Example
Text Example
White with #73D265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D265; }
p { color: rgb(115,210,101); }
H1.HeaderClassName
{
color: #73D265;
}
.AnyTagClassName
{
color: #73D265;
}
</style>
background-color css
<style>
a { background-color: #73D265; }
a { background-color: rgb(115,210,101); }
div.DivClassName
{
background-color: #73D265;
}
.BgClassName
{
background-color: #73D265;
}
</style>
border-color css
<style>
span { border-color: #73D265; }
span { border-color: rgb(115,210,101); }
td.TdClassName
{
border-color: #73D265;
}
.TagClassName
{
border-color: #73D265;
}
</style>