Shades of Pastel Green #73DF82
Tints of Pastel Green #73DF82
RGB
CMYK
RGB Variations
Color information
#73DF82 (or 0x73DF82) is known color: Pastel Green. HEX triplet: 73, DF and 82. RGB value is (115,223,130). Sum of RGB (Red+Green+Blue) = 115+223+130=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #73DF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DF82 is #8C207D. Grayscale: #B4B4B4. Windows color (decimal): -9183358 or 8576883. OLE color: 8576883.
HSL color Cylindrical-coordinate representation of color #73DF82: hue angle of 128.33º degrees, saturation: 0.63, 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 #73DF82 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 130 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.13 |
| HSL | 128.33º | 0.63% | 0.66% | - |
| HSV(B) | 128.33º | 0.48% | 0.87% | - |
| XYZ | 37.49 | 58.03 | 30.34 | - |
| YUV | 180.11 | 99.72 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 130 | 0.48 | 0 | 0.42 | 0.13 | 128.33 | 0.63 | 0.66 |
| Hex | 73 | DF | 82 | 30 | 0 | 2A | D | 80 | 3F | 42 |
| Octal | 163 | 337 | 202 | 60 | 0 | 52 | 15 | 200 | 77 | 102 |
| Binary | 1110011 | 11011111 | 10000010 | 110000 | 0 | 101010 | 1101 | 10000000 | 111111 | 1000010 |
Color Harmonies of #73DF82
Complementary color
Monochromatic Colors of #73DF82
Black with #73DF82
Text Example
Text Example
White with #73DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DF82; }
p { color: rgb(115,223,130); }
H1.HeaderClassName
{
color: #73DF82;
}
.AnyTagClassName
{
color: #73DF82;
}
</style>
background-color css
<style>
a { background-color: #73DF82; }
a { background-color: rgb(115,223,130); }
div.DivClassName
{
background-color: #73DF82;
}
.BgClassName
{
background-color: #73DF82;
}
</style>
border-color css
<style>
span { border-color: #73DF82; }
span { border-color: rgb(115,223,130); }
td.TdClassName
{
border-color: #73DF82;
}
.TagClassName
{
border-color: #73DF82;
}
</style>