Shades of Pastel Green #73D264
Tints of Pastel Green #73D264
RGB
CMYK
RGB Variations
Color information
#73D264 (or 0x73D264) is known color: Pastel Green. HEX triplet: 73, D2 and 64. RGB value is (115,210,100). Sum of RGB (Red+Green+Blue) = 115+210+100=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #73D264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D264 is #8C2D9B. Grayscale: #A9A9A9. Windows color (decimal): -9186716 or 6607475. OLE color: 6607475.
HSL color Cylindrical-coordinate representation of color #73D264: hue angle of 111.82º 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 #73D264 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 210 | 100 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.18 |
| HSL | 111.82º | 0.55% | 0.61% | - |
| HSV(B) | 111.82º | 0.52% | 0.82% | - |
| XYZ | 32.42 | 50.66 | 20.13 | - |
| YUV | 169.06 | 89.03 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 100 | 0.45 | 0 | 0.52 | 0.18 | 111.82 | 0.55 | 0.61 |
| Hex | 73 | D2 | 64 | 2D | 0 | 34 | 12 | 70 | 37 | 3D |
| Octal | 163 | 322 | 144 | 55 | 0 | 64 | 22 | 160 | 67 | 75 |
| Binary | 1110011 | 11010010 | 1100100 | 101101 | 0 | 110100 | 10010 | 1110000 | 110111 | 111101 |
Color Harmonies of #73D264
Complementary color
Monochromatic Colors of #73D264
Black with #73D264
Text Example
Text Example
White with #73D264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D264; }
p { color: rgb(115,210,100); }
H1.HeaderClassName
{
color: #73D264;
}
.AnyTagClassName
{
color: #73D264;
}
</style>
background-color css
<style>
a { background-color: #73D264; }
a { background-color: rgb(115,210,100); }
div.DivClassName
{
background-color: #73D264;
}
.BgClassName
{
background-color: #73D264;
}
</style>
border-color css
<style>
span { border-color: #73D264; }
span { border-color: rgb(115,210,100); }
td.TdClassName
{
border-color: #73D264;
}
.TagClassName
{
border-color: #73D264;
}
</style>