Shades of Pastel Green #73EF8A
Tints of Pastel Green #73EF8A
RGB
CMYK
RGB Variations
Color information
#73EF8A (or 0x73EF8A) is known color: Pastel Green. HEX triplet: 73, EF and 8A. RGB value is (115,239,138). Sum of RGB (Red+Green+Blue) = 115+239+138=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #73EF8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EF8A is #8C1075. Grayscale: #BEBEBE. Windows color (decimal): -9179254 or 9105267. OLE color: 9105267.
HSL color Cylindrical-coordinate representation of color #73EF8A: hue angle of 131.13º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EF8A is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 239 | 138 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.06 |
| HSL | 131.13º | 0.79% | 0.69% | - |
| HSV(B) | 131.13º | 0.52% | 0.94% | - |
| XYZ | 42.52 | 67.21 | 34.78 | - |
| YUV | 190.41 | 98.42 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 138 | 0.52 | 0 | 0.42 | 0.06 | 131.13 | 0.79 | 0.69 |
| Hex | 73 | EF | 8A | 34 | 0 | 2A | 6 | 83 | 4F | 45 |
| Octal | 163 | 357 | 212 | 64 | 0 | 52 | 6 | 203 | 117 | 105 |
| Binary | 1110011 | 11101111 | 10001010 | 110100 | 0 | 101010 | 110 | 10000011 | 1001111 | 1000101 |
Color Harmonies of #73EF8A
Complementary color
Monochromatic Colors of #73EF8A
Black with #73EF8A
Text Example
Text Example
White with #73EF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EF8A; }
p { color: rgb(115,239,138); }
H1.HeaderClassName
{
color: #73EF8A;
}
.AnyTagClassName
{
color: #73EF8A;
}
</style>
background-color css
<style>
a { background-color: #73EF8A; }
a { background-color: rgb(115,239,138); }
div.DivClassName
{
background-color: #73EF8A;
}
.BgClassName
{
background-color: #73EF8A;
}
</style>
border-color css
<style>
span { border-color: #73EF8A; }
span { border-color: rgb(115,239,138); }
td.TdClassName
{
border-color: #73EF8A;
}
.TagClassName
{
border-color: #73EF8A;
}
</style>