Shades of Pastel Green #73DE73
Tints of Pastel Green #73DE73
RGB
CMYK
RGB Variations
Color information
#73DE73 (or 0x73DE73) is known color: Pastel Green. HEX triplet: 73, DE and 73. RGB value is (115,222,115). Sum of RGB (Red+Green+Blue) = 115+222+115=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #73DE73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DE73 is #8C218C. Grayscale: #B2B2B2. Windows color (decimal): -9183629 or 7593587. OLE color: 7593587.
HSL color Cylindrical-coordinate representation of color #73DE73: hue angle of 120º degrees, saturation: 0.62, 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 #73DE73 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 222 | 115 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.13 |
| HSL | 120º | 0.62% | 0.66% | - |
| HSV(B) | 120º | 0.48% | 0.87% | - |
| XYZ | 36.29 | 57.13 | 25.33 | - |
| YUV | 177.81 | 92.55 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 222 | 115 | 0.48 | 0 | 0.48 | 0.13 | 120 | 0.62 | 0.66 |
| Hex | 73 | DE | 73 | 30 | 0 | 30 | D | 78 | 3E | 42 |
| Octal | 163 | 336 | 163 | 60 | 0 | 60 | 15 | 170 | 76 | 102 |
| Binary | 1110011 | 11011110 | 1110011 | 110000 | 0 | 110000 | 1101 | 1111000 | 111110 | 1000010 |
Color Harmonies of #73DE73
Complementary color
Monochromatic Colors of #73DE73
Black with #73DE73
Text Example
Text Example
White with #73DE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DE73; }
p { color: rgb(115,222,115); }
H1.HeaderClassName
{
color: #73DE73;
}
.AnyTagClassName
{
color: #73DE73;
}
</style>
background-color css
<style>
a { background-color: #73DE73; }
a { background-color: rgb(115,222,115); }
div.DivClassName
{
background-color: #73DE73;
}
.BgClassName
{
background-color: #73DE73;
}
</style>
border-color css
<style>
span { border-color: #73DE73; }
span { border-color: rgb(115,222,115); }
td.TdClassName
{
border-color: #73DE73;
}
.TagClassName
{
border-color: #73DE73;
}
</style>