Shades of Pastel Green #73DC6A
Tints of Pastel Green #73DC6A
RGB
CMYK
RGB Variations
Color information
#73DC6A (or 0x73DC6A) is known color: Pastel Green. HEX triplet: 73, DC and 6A. RGB value is (115,220,106). Sum of RGB (Red+Green+Blue) = 115+220+106=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73DC6A is #8C2395. Grayscale: #AFAFAF. Windows color (decimal): -9184150 or 7003251. OLE color: 7003251.
HSL color Cylindrical-coordinate representation of color #73DC6A: hue angle of 115.26º 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 #73DC6A is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 106 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.14 |
| HSL | 115.26º | 0.62% | 0.64% | - |
| HSV(B) | 115.26º | 0.52% | 0.86% | - |
| XYZ | 35.26 | 55.87 | 22.56 | - |
| YUV | 175.61 | 88.71 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 106 | 0.48 | 0 | 0.52 | 0.14 | 115.26 | 0.62 | 0.64 |
| Hex | 73 | DC | 6A | 30 | 0 | 34 | E | 73 | 3E | 40 |
| Octal | 163 | 334 | 152 | 60 | 0 | 64 | 16 | 163 | 76 | 100 |
| Binary | 1110011 | 11011100 | 1101010 | 110000 | 0 | 110100 | 1110 | 1110011 | 111110 | 1000000 |
Color Harmonies of #73DC6A
Complementary color
Monochromatic Colors of #73DC6A
Black with #73DC6A
Text Example
Text Example
White with #73DC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC6A; }
p { color: rgb(115,220,106); }
H1.HeaderClassName
{
color: #73DC6A;
}
.AnyTagClassName
{
color: #73DC6A;
}
</style>
background-color css
<style>
a { background-color: #73DC6A; }
a { background-color: rgb(115,220,106); }
div.DivClassName
{
background-color: #73DC6A;
}
.BgClassName
{
background-color: #73DC6A;
}
</style>
border-color css
<style>
span { border-color: #73DC6A; }
span { border-color: rgb(115,220,106); }
td.TdClassName
{
border-color: #73DC6A;
}
.TagClassName
{
border-color: #73DC6A;
}
</style>