Shades of Pastel Green #69EC86
Tints of Pastel Green #69EC86
RGB
CMYK
RGB Variations
Color information
#69EC86 (or 0x69EC86) is known color: Pastel Green. HEX triplet: 69, EC and 86. RGB value is (105,236,134). Sum of RGB (Red+Green+Blue) = 105+236+134=475 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.11% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EC86 is #961379. Grayscale: #B9B9B9. Windows color (decimal): -9835386 or 8842345. OLE color: 8842345.
HSL color Cylindrical-coordinate representation of color #69EC86: hue angle of 133.28º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EC86 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 134 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.07 |
| HSL | 133.28º | 0.78% | 0.67% | - |
| HSV(B) | 133.28º | 0.56% | 0.93% | - |
| XYZ | 40.12 | 64.72 | 32.93 | - |
| YUV | 185.2 | 99.1 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 134 | 0.56 | 0 | 0.43 | 0.07 | 133.28 | 0.78 | 0.67 |
| Hex | 69 | EC | 86 | 38 | 0 | 2B | 7 | 85 | 4E | 43 |
| Octal | 151 | 354 | 206 | 70 | 0 | 53 | 7 | 205 | 116 | 103 |
| Binary | 1101001 | 11101100 | 10000110 | 111000 | 0 | 101011 | 111 | 10000101 | 1001110 | 1000011 |
Color Harmonies of #69EC86
Complementary color
Monochromatic Colors of #69EC86
Black with #69EC86
Text Example
Text Example
White with #69EC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EC86; }
p { color: rgb(105,236,134); }
H1.HeaderClassName
{
color: #69EC86;
}
.AnyTagClassName
{
color: #69EC86;
}
</style>
background-color css
<style>
a { background-color: #69EC86; }
a { background-color: rgb(105,236,134); }
div.DivClassName
{
background-color: #69EC86;
}
.BgClassName
{
background-color: #69EC86;
}
</style>
border-color css
<style>
span { border-color: #69EC86; }
span { border-color: rgb(105,236,134); }
td.TdClassName
{
border-color: #69EC86;
}
.TagClassName
{
border-color: #69EC86;
}
</style>