Shades of Pastel Green #73DF61
Tints of Pastel Green #73DF61
RGB
CMYK
RGB Variations
Color information
#73DF61 (or 0x73DF61) is known color: Pastel Green. HEX triplet: 73, DF and 61. RGB value is (115,223,97). Sum of RGB (Red+Green+Blue) = 115+223+97=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #73DF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DF61 is #8C209E. Grayscale: #B0B0B0. Windows color (decimal): -9183391 or 6414195. OLE color: 6414195.
HSL color Cylindrical-coordinate representation of color #73DF61: hue angle of 111.43º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73DF61 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 97 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.13 |
| HSL | 111.43º | 0.66% | 0.63% | - |
| HSV(B) | 111.43º | 0.57% | 0.87% | - |
| XYZ | 35.62 | 57.28 | 20.49 | - |
| YUV | 176.34 | 83.22 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 97 | 0.48 | 0 | 0.57 | 0.13 | 111.43 | 0.66 | 0.63 |
| Hex | 73 | DF | 61 | 30 | 0 | 39 | D | 6F | 42 | 3F |
| Octal | 163 | 337 | 141 | 60 | 0 | 71 | 15 | 157 | 102 | 77 |
| Binary | 1110011 | 11011111 | 1100001 | 110000 | 0 | 111001 | 1101 | 1101111 | 1000010 | 111111 |
Color Harmonies of #73DF61
Complementary color
Monochromatic Colors of #73DF61
Black with #73DF61
Text Example
Text Example
White with #73DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DF61; }
p { color: rgb(115,223,97); }
H1.HeaderClassName
{
color: #73DF61;
}
.AnyTagClassName
{
color: #73DF61;
}
</style>
background-color css
<style>
a { background-color: #73DF61; }
a { background-color: rgb(115,223,97); }
div.DivClassName
{
background-color: #73DF61;
}
.BgClassName
{
background-color: #73DF61;
}
</style>
border-color css
<style>
span { border-color: #73DF61; }
span { border-color: rgb(115,223,97); }
td.TdClassName
{
border-color: #73DF61;
}
.TagClassName
{
border-color: #73DF61;
}
</style>