Shades of Pastel Green #73E290
Tints of Pastel Green #73E290
RGB
CMYK
RGB Variations
Color information
#73E290 (or 0x73E290) is known color: Pastel Green. HEX triplet: 73, E2 and 90. RGB value is (115,226,144). Sum of RGB (Red+Green+Blue) = 115+226+144=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #73E290 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73E290 is #8C1D6F. Grayscale: #B7B7B7. Windows color (decimal): -9182576 or 9495155. OLE color: 9495155.
HSL color Cylindrical-coordinate representation of color #73E290: hue angle of 135.68º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E290 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 226 | 144 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.11 |
| HSL | 135.68º | 0.66% | 0.67% | - |
| HSV(B) | 135.68º | 0.49% | 0.89% | - |
| XYZ | 39.3 | 60.05 | 35.91 | - |
| YUV | 183.46 | 105.73 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 226 | 144 | 0.49 | 0 | 0.36 | 0.11 | 135.68 | 0.66 | 0.67 |
| Hex | 73 | E2 | 90 | 31 | 0 | 24 | B | 88 | 42 | 43 |
| Octal | 163 | 342 | 220 | 61 | 0 | 44 | 13 | 210 | 102 | 103 |
| Binary | 1110011 | 11100010 | 10010000 | 110001 | 0 | 100100 | 1011 | 10001000 | 1000010 | 1000011 |
Color Harmonies of #73E290
Complementary color
Monochromatic Colors of #73E290
Black with #73E290
Text Example
Text Example
White with #73E290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E290; }
p { color: rgb(115,226,144); }
H1.HeaderClassName
{
color: #73E290;
}
.AnyTagClassName
{
color: #73E290;
}
</style>
background-color css
<style>
a { background-color: #73E290; }
a { background-color: rgb(115,226,144); }
div.DivClassName
{
background-color: #73E290;
}
.BgClassName
{
background-color: #73E290;
}
</style>
border-color css
<style>
span { border-color: #73E290; }
span { border-color: rgb(115,226,144); }
td.TdClassName
{
border-color: #73E290;
}
.TagClassName
{
border-color: #73E290;
}
</style>