Shades of Pastel Green #69D880
Tints of Pastel Green #69D880
RGB
CMYK
RGB Variations
Color information
#69D880 (or 0x69D880) is known color: Pastel Green. HEX triplet: 69, D8 and 80. RGB value is (105,216,128). Sum of RGB (Red+Green+Blue) = 105+216+128=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #69D880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D880 is #96277F. Grayscale: #ADADAD. Windows color (decimal): -9840512 or 8444009. OLE color: 8444009.
HSL color Cylindrical-coordinate representation of color #69D880: hue angle of 132.43º 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 #69D880 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 128 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.15 |
| HSL | 132.43º | 0.59% | 0.63% | - |
| HSV(B) | 132.43º | 0.51% | 0.85% | - |
| XYZ | 34.28 | 53.67 | 28.98 | - |
| YUV | 172.78 | 102.73 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 128 | 0.51 | 0 | 0.41 | 0.15 | 132.43 | 0.59 | 0.63 |
| Hex | 69 | D8 | 80 | 33 | 0 | 29 | F | 84 | 3B | 3F |
| Octal | 151 | 330 | 200 | 63 | 0 | 51 | 17 | 204 | 73 | 77 |
| Binary | 1101001 | 11011000 | 10000000 | 110011 | 0 | 101001 | 1111 | 10000100 | 111011 | 111111 |
Color Harmonies of #69D880
Complementary color
Monochromatic Colors of #69D880
Black with #69D880
Text Example
Text Example
White with #69D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D880; }
p { color: rgb(105,216,128); }
H1.HeaderClassName
{
color: #69D880;
}
.AnyTagClassName
{
color: #69D880;
}
</style>
background-color css
<style>
a { background-color: #69D880; }
a { background-color: rgb(105,216,128); }
div.DivClassName
{
background-color: #69D880;
}
.BgClassName
{
background-color: #69D880;
}
</style>
border-color css
<style>
span { border-color: #69D880; }
span { border-color: rgb(105,216,128); }
td.TdClassName
{
border-color: #69D880;
}
.TagClassName
{
border-color: #69D880;
}
</style>