Shades of Pastel Green #86FA73
Tints of Pastel Green #86FA73
RGB
CMYK
RGB Variations
Color information
#86FA73 (or 0x86FA73) is known color: Pastel Green. HEX triplet: 86, FA and 73. RGB value is (134,250,115). Sum of RGB (Red+Green+Blue) = 134+250+115=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FA73 is #79058C. Grayscale: #C8C8C8. Windows color (decimal): -7931277 or 7600774. OLE color: 7600774.
HSL color Cylindrical-coordinate representation of color #86FA73: hue angle of 111.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86FA73 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 115 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.02 |
| HSL | 111.56º | 0.93% | 0.72% | - |
| HSV(B) | 111.56º | 0.54% | 0.98% | - |
| XYZ | 47.11 | 74.68 | 28.15 | - |
| YUV | 199.93 | 80.07 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 115 | 0.46 | 0 | 0.54 | 0.02 | 111.56 | 0.93 | 0.72 |
| Hex | 86 | FA | 73 | 2E | 0 | 36 | 2 | 70 | 5D | 48 |
| Octal | 206 | 372 | 163 | 56 | 0 | 66 | 2 | 160 | 135 | 110 |
| Binary | 10000110 | 11111010 | 1110011 | 101110 | 0 | 110110 | 10 | 1110000 | 1011101 | 1001000 |
Color Harmonies of #86FA73
Complementary color
Monochromatic Colors of #86FA73
Black with #86FA73
Text Example
Text Example
White with #86FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA73; }
p { color: rgb(134,250,115); }
H1.HeaderClassName
{
color: #86FA73;
}
.AnyTagClassName
{
color: #86FA73;
}
</style>
background-color css
<style>
a { background-color: #86FA73; }
a { background-color: rgb(134,250,115); }
div.DivClassName
{
background-color: #86FA73;
}
.BgClassName
{
background-color: #86FA73;
}
</style>
border-color css
<style>
span { border-color: #86FA73; }
span { border-color: rgb(134,250,115); }
td.TdClassName
{
border-color: #86FA73;
}
.TagClassName
{
border-color: #86FA73;
}
</style>