Shades of Pastel Green #86F267
Tints of Pastel Green #86F267
RGB
CMYK
RGB Variations
Color information
#86F267 (or 0x86F267) is known color: Pastel Green. HEX triplet: 86, F2 and 67. RGB value is (134,242,103). Sum of RGB (Red+Green+Blue) = 134+242+103=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #86F267 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F267 is #790D98. Grayscale: #C2C2C2. Windows color (decimal): -7933337 or 6812294. OLE color: 6812294.
HSL color Cylindrical-coordinate representation of color #86F267: hue angle of 106.62º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86F267 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 103 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.05 |
| HSL | 106.62º | 0.84% | 0.68% | - |
| HSV(B) | 106.62º | 0.57% | 0.95% | - |
| XYZ | 44.03 | 69.55 | 23.94 | - |
| YUV | 193.86 | 76.72 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 103 | 0.45 | 0 | 0.57 | 0.05 | 106.62 | 0.84 | 0.68 |
| Hex | 86 | F2 | 67 | 2D | 0 | 39 | 5 | 6B | 54 | 44 |
| Octal | 206 | 362 | 147 | 55 | 0 | 71 | 5 | 153 | 124 | 104 |
| Binary | 10000110 | 11110010 | 1100111 | 101101 | 0 | 111001 | 101 | 1101011 | 1010100 | 1000100 |
Color Harmonies of #86F267
Complementary color
Monochromatic Colors of #86F267
Black with #86F267
Text Example
Text Example
White with #86F267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F267; }
p { color: rgb(134,242,103); }
H1.HeaderClassName
{
color: #86F267;
}
.AnyTagClassName
{
color: #86F267;
}
</style>
background-color css
<style>
a { background-color: #86F267; }
a { background-color: rgb(134,242,103); }
div.DivClassName
{
background-color: #86F267;
}
.BgClassName
{
background-color: #86F267;
}
</style>
border-color css
<style>
span { border-color: #86F267; }
span { border-color: rgb(134,242,103); }
td.TdClassName
{
border-color: #86F267;
}
.TagClassName
{
border-color: #86F267;
}
</style>