Shades of Pastel Green #69EC8D
Tints of Pastel Green #69EC8D
RGB
CMYK
RGB Variations
Color information
#69EC8D (or 0x69EC8D) is known color: Pastel Green. HEX triplet: 69, EC and 8D. RGB value is (105,236,141). Sum of RGB (Red+Green+Blue) = 105+236+141=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EC8D is #961372. Grayscale: #BABABA. Windows color (decimal): -9835379 or 9301097. OLE color: 9301097.
HSL color Cylindrical-coordinate representation of color #69EC8D: hue angle of 136.49º 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 #69EC8D is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 141 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.07 |
| HSL | 136.49º | 0.78% | 0.67% | - |
| HSV(B) | 136.49º | 0.56% | 0.93% | - |
| XYZ | 40.63 | 64.92 | 35.59 | - |
| YUV | 186 | 102.6 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 141 | 0.56 | 0 | 0.40 | 0.07 | 136.49 | 0.78 | 0.67 |
| Hex | 69 | EC | 8D | 38 | 0 | 28 | 7 | 88 | 4E | 43 |
| Octal | 151 | 354 | 215 | 70 | 0 | 50 | 7 | 210 | 116 | 103 |
| Binary | 1101001 | 11101100 | 10001101 | 111000 | 0 | 101000 | 111 | 10001000 | 1001110 | 1000011 |
Color Harmonies of #69EC8D
Complementary color
Monochromatic Colors of #69EC8D
Black with #69EC8D
Text Example
Text Example
White with #69EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EC8D; }
p { color: rgb(105,236,141); }
H1.HeaderClassName
{
color: #69EC8D;
}
.AnyTagClassName
{
color: #69EC8D;
}
</style>
background-color css
<style>
a { background-color: #69EC8D; }
a { background-color: rgb(105,236,141); }
div.DivClassName
{
background-color: #69EC8D;
}
.BgClassName
{
background-color: #69EC8D;
}
</style>
border-color css
<style>
span { border-color: #69EC8D; }
span { border-color: rgb(105,236,141); }
td.TdClassName
{
border-color: #69EC8D;
}
.TagClassName
{
border-color: #69EC8D;
}
</style>