Shades of Pastel Green #60EC86
Tints of Pastel Green #60EC86
RGB
CMYK
RGB Variations
Color information
#60EC86 (or 0x60EC86) is known color: Pastel Green. HEX triplet: 60, EC and 86. RGB value is (96,236,134). Sum of RGB (Red+Green+Blue) = 96+236+134=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 236 (92.58% from 255 or 50.64% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 236 - color contains mainly: green. Hex color #60EC86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EC86 is #9F1379. Grayscale: #B6B6B6. Windows color (decimal): -10425210 or 8842336. OLE color: 8842336.
HSL color Cylindrical-coordinate representation of color #60EC86: hue angle of 136.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EC86 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 134 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.07 |
| HSL | 136.29º | 0.79% | 0.65% | - |
| HSV(B) | 136.29º | 0.59% | 0.93% | - |
| XYZ | 39.12 | 64.2 | 32.88 | - |
| YUV | 182.51 | 100.62 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 134 | 0.59 | 0 | 0.43 | 0.07 | 136.29 | 0.79 | 0.65 |
| Hex | 60 | EC | 86 | 3B | 0 | 2B | 7 | 88 | 4F | 41 |
| Octal | 140 | 354 | 206 | 73 | 0 | 53 | 7 | 210 | 117 | 101 |
| Binary | 1100000 | 11101100 | 10000110 | 111011 | 0 | 101011 | 111 | 10001000 | 1001111 | 1000001 |
Color Harmonies of #60EC86
Complementary color
Monochromatic Colors of #60EC86
Black with #60EC86
Text Example
Text Example
White with #60EC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EC86; }
p { color: rgb(96,236,134); }
H1.HeaderClassName
{
color: #60EC86;
}
.AnyTagClassName
{
color: #60EC86;
}
</style>
background-color css
<style>
a { background-color: #60EC86; }
a { background-color: rgb(96,236,134); }
div.DivClassName
{
background-color: #60EC86;
}
.BgClassName
{
background-color: #60EC86;
}
</style>
border-color css
<style>
span { border-color: #60EC86; }
span { border-color: rgb(96,236,134); }
td.TdClassName
{
border-color: #60EC86;
}
.TagClassName
{
border-color: #60EC86;
}
</style>