Shades of Pastel Green #86F05D
Tints of Pastel Green #86F05D
RGB
CMYK
RGB Variations
Color information
#86F05D (or 0x86F05D) is known color: Pastel Green. HEX triplet: 86, F0 and 5D. RGB value is (134,240,93). Sum of RGB (Red+Green+Blue) = 134+240+93=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #86F05D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F05D is #790FA2. Grayscale: #C0C0C0. Windows color (decimal): -7933859 or 6156422. OLE color: 6156422.
HSL color Cylindrical-coordinate representation of color #86F05D: hue angle of 103.27º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86F05D is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 240 | 93 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.06 |
| HSL | 103.27º | 0.83% | 0.65% | - |
| HSV(B) | 103.27º | 0.61% | 0.94% | - |
| XYZ | 42.97 | 68.18 | 21.25 | - |
| YUV | 191.55 | 72.38 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 240 | 93 | 0.44 | 0 | 0.61 | 0.06 | 103.27 | 0.83 | 0.65 |
| Hex | 86 | F0 | 5D | 2C | 0 | 3D | 6 | 67 | 53 | 41 |
| Octal | 206 | 360 | 135 | 54 | 0 | 75 | 6 | 147 | 123 | 101 |
| Binary | 10000110 | 11110000 | 1011101 | 101100 | 0 | 111101 | 110 | 1100111 | 1010011 | 1000001 |
Color Harmonies of #86F05D
Complementary color
Monochromatic Colors of #86F05D
Black with #86F05D
Text Example
Text Example
White with #86F05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F05D; }
p { color: rgb(134,240,93); }
H1.HeaderClassName
{
color: #86F05D;
}
.AnyTagClassName
{
color: #86F05D;
}
</style>
background-color css
<style>
a { background-color: #86F05D; }
a { background-color: rgb(134,240,93); }
div.DivClassName
{
background-color: #86F05D;
}
.BgClassName
{
background-color: #86F05D;
}
</style>
border-color css
<style>
span { border-color: #86F05D; }
span { border-color: rgb(134,240,93); }
td.TdClassName
{
border-color: #86F05D;
}
.TagClassName
{
border-color: #86F05D;
}
</style>