Shades of Pastel Green #69D280
Tints of Pastel Green #69D280
RGB
CMYK
RGB Variations
Color information
#69D280 (or 0x69D280) is known color: Pastel Green. HEX triplet: 69, D2 and 80. RGB value is (105,210,128). Sum of RGB (Red+Green+Blue) = 105+210+128=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #69D280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D280 is #962D7F. Grayscale: #A9A9A9. Windows color (decimal): -9842048 or 8442473. OLE color: 8442473.
HSL color Cylindrical-coordinate representation of color #69D280: hue angle of 133.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D280 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 210 | 128 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.18 |
| HSL | 133.14º | 0.54% | 0.62% | - |
| HSV(B) | 133.14º | 0.5% | 0.82% | - |
| XYZ | 32.77 | 50.65 | 28.47 | - |
| YUV | 169.26 | 104.71 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 210 | 128 | 0.50 | 0 | 0.39 | 0.18 | 133.14 | 0.54 | 0.62 |
| Hex | 69 | D2 | 80 | 32 | 0 | 27 | 12 | 85 | 36 | 3E |
| Octal | 151 | 322 | 200 | 62 | 0 | 47 | 22 | 205 | 66 | 76 |
| Binary | 1101001 | 11010010 | 10000000 | 110010 | 0 | 100111 | 10010 | 10000101 | 110110 | 111110 |
Color Harmonies of #69D280
Complementary color
Monochromatic Colors of #69D280
Black with #69D280
Text Example
Text Example
White with #69D280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D280; }
p { color: rgb(105,210,128); }
H1.HeaderClassName
{
color: #69D280;
}
.AnyTagClassName
{
color: #69D280;
}
</style>
background-color css
<style>
a { background-color: #69D280; }
a { background-color: rgb(105,210,128); }
div.DivClassName
{
background-color: #69D280;
}
.BgClassName
{
background-color: #69D280;
}
</style>
border-color css
<style>
span { border-color: #69D280; }
span { border-color: rgb(105,210,128); }
td.TdClassName
{
border-color: #69D280;
}
.TagClassName
{
border-color: #69D280;
}
</style>