Shades of Pastel Green #73DC69
Tints of Pastel Green #73DC69
RGB
CMYK
RGB Variations
Color information
#73DC69 (or 0x73DC69) is known color: Pastel Green. HEX triplet: 73, DC and 69. RGB value is (115,220,105). Sum of RGB (Red+Green+Blue) = 115+220+105=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DC69 is #8C2396. Grayscale: #AFAFAF. Windows color (decimal): -9184151 or 6937715. OLE color: 6937715.
HSL color Cylindrical-coordinate representation of color #73DC69: hue angle of 114.78º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73DC69 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 105 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.14 |
| HSL | 114.78º | 0.62% | 0.64% | - |
| HSV(B) | 114.78º | 0.52% | 0.86% | - |
| XYZ | 35.21 | 55.85 | 22.29 | - |
| YUV | 175.5 | 88.21 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 105 | 0.48 | 0 | 0.52 | 0.14 | 114.78 | 0.62 | 0.64 |
| Hex | 73 | DC | 69 | 30 | 0 | 34 | E | 73 | 3E | 40 |
| Octal | 163 | 334 | 151 | 60 | 0 | 64 | 16 | 163 | 76 | 100 |
| Binary | 1110011 | 11011100 | 1101001 | 110000 | 0 | 110100 | 1110 | 1110011 | 111110 | 1000000 |
Color Harmonies of #73DC69
Complementary color
Monochromatic Colors of #73DC69
Black with #73DC69
Text Example
Text Example
White with #73DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC69; }
p { color: rgb(115,220,105); }
H1.HeaderClassName
{
color: #73DC69;
}
.AnyTagClassName
{
color: #73DC69;
}
</style>
background-color css
<style>
a { background-color: #73DC69; }
a { background-color: rgb(115,220,105); }
div.DivClassName
{
background-color: #73DC69;
}
.BgClassName
{
background-color: #73DC69;
}
</style>
border-color css
<style>
span { border-color: #73DC69; }
span { border-color: rgb(115,220,105); }
td.TdClassName
{
border-color: #73DC69;
}
.TagClassName
{
border-color: #73DC69;
}
</style>