Shades of Pastel Green #73EF86
Tints of Pastel Green #73EF86
RGB
CMYK
RGB Variations
Color information
#73EF86 (or 0x73EF86) is known color: Pastel Green. HEX triplet: 73, EF and 86. RGB value is (115,239,134). Sum of RGB (Red+Green+Blue) = 115+239+134=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #73EF86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EF86 is #8C1079. Grayscale: #BEBEBE. Windows color (decimal): -9179258 or 8843123. OLE color: 8843123.
HSL color Cylindrical-coordinate representation of color #73EF86: hue angle of 129.19º 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 #73EF86 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 239 | 134 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.06 |
| HSL | 129.19º | 0.79% | 0.69% | - |
| HSV(B) | 129.19º | 0.52% | 0.94% | - |
| XYZ | 42.24 | 67.1 | 33.28 | - |
| YUV | 189.95 | 96.42 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 134 | 0.52 | 0 | 0.44 | 0.06 | 129.19 | 0.79 | 0.69 |
| Hex | 73 | EF | 86 | 34 | 0 | 2C | 6 | 81 | 4F | 45 |
| Octal | 163 | 357 | 206 | 64 | 0 | 54 | 6 | 201 | 117 | 105 |
| Binary | 1110011 | 11101111 | 10000110 | 110100 | 0 | 101100 | 110 | 10000001 | 1001111 | 1000101 |
Color Harmonies of #73EF86
Complementary color
Monochromatic Colors of #73EF86
Black with #73EF86
Text Example
Text Example
White with #73EF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EF86; }
p { color: rgb(115,239,134); }
H1.HeaderClassName
{
color: #73EF86;
}
.AnyTagClassName
{
color: #73EF86;
}
</style>
background-color css
<style>
a { background-color: #73EF86; }
a { background-color: rgb(115,239,134); }
div.DivClassName
{
background-color: #73EF86;
}
.BgClassName
{
background-color: #73EF86;
}
</style>
border-color css
<style>
span { border-color: #73EF86; }
span { border-color: rgb(115,239,134); }
td.TdClassName
{
border-color: #73EF86;
}
.TagClassName
{
border-color: #73EF86;
}
</style>