Shades of Pastel Green #69D885
Tints of Pastel Green #69D885
RGB
CMYK
RGB Variations
Color information
#69D885 (or 0x69D885) is known color: Pastel Green. HEX triplet: 69, D8 and 85. RGB value is (105,216,133). Sum of RGB (Red+Green+Blue) = 105+216+133=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #69D885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D885 is #96277A. Grayscale: #ADADAD. Windows color (decimal): -9840507 or 8771689. OLE color: 8771689.
HSL color Cylindrical-coordinate representation of color #69D885: hue angle of 135.14º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D885 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 133 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.15 |
| HSL | 135.14º | 0.59% | 0.63% | - |
| HSV(B) | 135.14º | 0.51% | 0.85% | - |
| XYZ | 34.62 | 53.81 | 30.75 | - |
| YUV | 173.35 | 105.23 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 133 | 0.51 | 0 | 0.38 | 0.15 | 135.14 | 0.59 | 0.63 |
| Hex | 69 | D8 | 85 | 33 | 0 | 26 | F | 87 | 3B | 3F |
| Octal | 151 | 330 | 205 | 63 | 0 | 46 | 17 | 207 | 73 | 77 |
| Binary | 1101001 | 11011000 | 10000101 | 110011 | 0 | 100110 | 1111 | 10000111 | 111011 | 111111 |
Color Harmonies of #69D885
Complementary color
Monochromatic Colors of #69D885
Black with #69D885
Text Example
Text Example
White with #69D885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D885; }
p { color: rgb(105,216,133); }
H1.HeaderClassName
{
color: #69D885;
}
.AnyTagClassName
{
color: #69D885;
}
</style>
background-color css
<style>
a { background-color: #69D885; }
a { background-color: rgb(105,216,133); }
div.DivClassName
{
background-color: #69D885;
}
.BgClassName
{
background-color: #69D885;
}
</style>
border-color css
<style>
span { border-color: #69D885; }
span { border-color: rgb(105,216,133); }
td.TdClassName
{
border-color: #69D885;
}
.TagClassName
{
border-color: #69D885;
}
</style>