Shades of Pastel Green #73DF5B
Tints of Pastel Green #73DF5B
RGB
CMYK
RGB Variations
Color information
#73DF5B (or 0x73DF5B) is known color: Pastel Green. HEX triplet: 73, DF and 5B. RGB value is (115,223,91). Sum of RGB (Red+Green+Blue) = 115+223+91=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #73DF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DF5B is #8C20A4. Grayscale: #B0B0B0. Windows color (decimal): -9183397 or 6020979. OLE color: 6020979.
HSL color Cylindrical-coordinate representation of color #73DF5B: hue angle of 109.09º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73DF5B is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 91 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.13 |
| HSL | 109.09º | 0.67% | 0.62% | - |
| HSV(B) | 109.09º | 0.59% | 0.87% | - |
| XYZ | 35.35 | 57.18 | 19.07 | - |
| YUV | 175.66 | 80.22 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 91 | 0.48 | 0 | 0.59 | 0.13 | 109.09 | 0.67 | 0.62 |
| Hex | 73 | DF | 5B | 30 | 0 | 3B | D | 6D | 43 | 3E |
| Octal | 163 | 337 | 133 | 60 | 0 | 73 | 15 | 155 | 103 | 76 |
| Binary | 1110011 | 11011111 | 1011011 | 110000 | 0 | 111011 | 1101 | 1101101 | 1000011 | 111110 |
Color Harmonies of #73DF5B
Complementary color
Monochromatic Colors of #73DF5B
Black with #73DF5B
Text Example
Text Example
White with #73DF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DF5B; }
p { color: rgb(115,223,91); }
H1.HeaderClassName
{
color: #73DF5B;
}
.AnyTagClassName
{
color: #73DF5B;
}
</style>
background-color css
<style>
a { background-color: #73DF5B; }
a { background-color: rgb(115,223,91); }
div.DivClassName
{
background-color: #73DF5B;
}
.BgClassName
{
background-color: #73DF5B;
}
</style>
border-color css
<style>
span { border-color: #73DF5B; }
span { border-color: rgb(115,223,91); }
td.TdClassName
{
border-color: #73DF5B;
}
.TagClassName
{
border-color: #73DF5B;
}
</style>