Shades of Pastel Green #73E268
Tints of Pastel Green #73E268
RGB
CMYK
RGB Variations
Color information
#73E268 (or 0x73E268) is known color: Pastel Green. HEX triplet: 73, E2 and 68. RGB value is (115,226,104). Sum of RGB (Red+Green+Blue) = 115+226+104=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #73E268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73E268 is #8C1D97. Grayscale: #B3B3B3. Windows color (decimal): -9182616 or 6873715. OLE color: 6873715.
HSL color Cylindrical-coordinate representation of color #73E268: hue angle of 114.59º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73E268 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 226 | 104 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.11 |
| HSL | 114.59º | 0.68% | 0.65% | - |
| HSV(B) | 114.59º | 0.54% | 0.89% | - |
| XYZ | 36.77 | 59.04 | 22.55 | - |
| YUV | 178.9 | 85.73 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 226 | 104 | 0.49 | 0 | 0.54 | 0.11 | 114.59 | 0.68 | 0.65 |
| Hex | 73 | E2 | 68 | 31 | 0 | 36 | B | 73 | 44 | 41 |
| Octal | 163 | 342 | 150 | 61 | 0 | 66 | 13 | 163 | 104 | 101 |
| Binary | 1110011 | 11100010 | 1101000 | 110001 | 0 | 110110 | 1011 | 1110011 | 1000100 | 1000001 |
Color Harmonies of #73E268
Complementary color
Monochromatic Colors of #73E268
Black with #73E268
Text Example
Text Example
White with #73E268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E268; }
p { color: rgb(115,226,104); }
H1.HeaderClassName
{
color: #73E268;
}
.AnyTagClassName
{
color: #73E268;
}
</style>
background-color css
<style>
a { background-color: #73E268; }
a { background-color: rgb(115,226,104); }
div.DivClassName
{
background-color: #73E268;
}
.BgClassName
{
background-color: #73E268;
}
</style>
border-color css
<style>
span { border-color: #73E268; }
span { border-color: rgb(115,226,104); }
td.TdClassName
{
border-color: #73E268;
}
.TagClassName
{
border-color: #73E268;
}
</style>