Shades of Pastel Green #86F262
Tints of Pastel Green #86F262
RGB
CMYK
RGB Variations
Color information
#86F262 (or 0x86F262) is known color: Pastel Green. HEX triplet: 86, F2 and 62. RGB value is (134,242,98). Sum of RGB (Red+Green+Blue) = 134+242+98=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #86F262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F262 is #790D9D. Grayscale: #C1C1C1. Windows color (decimal): -7933342 or 6484614. OLE color: 6484614.
HSL color Cylindrical-coordinate representation of color #86F262: hue angle of 105º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86F262 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 98 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.05 |
| HSL | 105º | 0.85% | 0.67% | - |
| HSV(B) | 105º | 0.6% | 0.95% | - |
| XYZ | 43.79 | 69.45 | 22.65 | - |
| YUV | 193.29 | 74.22 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 98 | 0.45 | 0 | 0.60 | 0.05 | 105 | 0.85 | 0.67 |
| Hex | 86 | F2 | 62 | 2D | 0 | 3C | 5 | 69 | 55 | 43 |
| Octal | 206 | 362 | 142 | 55 | 0 | 74 | 5 | 151 | 125 | 103 |
| Binary | 10000110 | 11110010 | 1100010 | 101101 | 0 | 111100 | 101 | 1101001 | 1010101 | 1000011 |
Color Harmonies of #86F262
Complementary color
Monochromatic Colors of #86F262
Black with #86F262
Text Example
Text Example
White with #86F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F262; }
p { color: rgb(134,242,98); }
H1.HeaderClassName
{
color: #86F262;
}
.AnyTagClassName
{
color: #86F262;
}
</style>
background-color css
<style>
a { background-color: #86F262; }
a { background-color: rgb(134,242,98); }
div.DivClassName
{
background-color: #86F262;
}
.BgClassName
{
background-color: #86F262;
}
</style>
border-color css
<style>
span { border-color: #86F262; }
span { border-color: rgb(134,242,98); }
td.TdClassName
{
border-color: #86F262;
}
.TagClassName
{
border-color: #86F262;
}
</style>