Shades of Pastel Green #73EC6A
Tints of Pastel Green #73EC6A
RGB
CMYK
RGB Variations
Color information
#73EC6A (or 0x73EC6A) is known color: Pastel Green. HEX triplet: 73, EC and 6A. RGB value is (115,236,106). Sum of RGB (Red+Green+Blue) = 115+236+106=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #73EC6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73EC6A is #8C1395. Grayscale: #B9B9B9. Windows color (decimal): -9180054 or 7007347. OLE color: 7007347.
HSL color Cylindrical-coordinate representation of color #73EC6A: hue angle of 115.85º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73EC6A is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 106 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.07 |
| HSL | 115.85º | 0.77% | 0.67% | - |
| HSV(B) | 115.85º | 0.55% | 0.93% | - |
| XYZ | 39.67 | 64.68 | 24.03 | - |
| YUV | 185 | 83.41 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 106 | 0.51 | 0 | 0.55 | 0.07 | 115.85 | 0.77 | 0.67 |
| Hex | 73 | EC | 6A | 33 | 0 | 37 | 7 | 74 | 4D | 43 |
| Octal | 163 | 354 | 152 | 63 | 0 | 67 | 7 | 164 | 115 | 103 |
| Binary | 1110011 | 11101100 | 1101010 | 110011 | 0 | 110111 | 111 | 1110100 | 1001101 | 1000011 |
Color Harmonies of #73EC6A
Complementary color
Monochromatic Colors of #73EC6A
Black with #73EC6A
Text Example
Text Example
White with #73EC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EC6A; }
p { color: rgb(115,236,106); }
H1.HeaderClassName
{
color: #73EC6A;
}
.AnyTagClassName
{
color: #73EC6A;
}
</style>
background-color css
<style>
a { background-color: #73EC6A; }
a { background-color: rgb(115,236,106); }
div.DivClassName
{
background-color: #73EC6A;
}
.BgClassName
{
background-color: #73EC6A;
}
</style>
border-color css
<style>
span { border-color: #73EC6A; }
span { border-color: rgb(115,236,106); }
td.TdClassName
{
border-color: #73EC6A;
}
.TagClassName
{
border-color: #73EC6A;
}
</style>