Shades of Pastel Green #69D680
Tints of Pastel Green #69D680
RGB
CMYK
RGB Variations
Color information
#69D680 (or 0x69D680) is known color: Pastel Green. HEX triplet: 69, D6 and 80. RGB value is (105,214,128). Sum of RGB (Red+Green+Blue) = 105+214+128=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #69D680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D680 is #96297F. Grayscale: #ABABAB. Windows color (decimal): -9841024 or 8443497. OLE color: 8443497.
HSL color Cylindrical-coordinate representation of color #69D680: hue angle of 132.66º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D680 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 214 | 128 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.16 |
| HSL | 132.66º | 0.57% | 0.63% | - |
| HSV(B) | 132.66º | 0.51% | 0.84% | - |
| XYZ | 33.77 | 52.65 | 28.81 | - |
| YUV | 171.61 | 103.39 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 214 | 128 | 0.51 | 0 | 0.40 | 0.16 | 132.66 | 0.57 | 0.63 |
| Hex | 69 | D6 | 80 | 33 | 0 | 28 | 10 | 85 | 39 | 3F |
| Octal | 151 | 326 | 200 | 63 | 0 | 50 | 20 | 205 | 71 | 77 |
| Binary | 1101001 | 11010110 | 10000000 | 110011 | 0 | 101000 | 10000 | 10000101 | 111001 | 111111 |
Color Harmonies of #69D680
Complementary color
Monochromatic Colors of #69D680
Black with #69D680
Text Example
Text Example
White with #69D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D680; }
p { color: rgb(105,214,128); }
H1.HeaderClassName
{
color: #69D680;
}
.AnyTagClassName
{
color: #69D680;
}
</style>
background-color css
<style>
a { background-color: #69D680; }
a { background-color: rgb(105,214,128); }
div.DivClassName
{
background-color: #69D680;
}
.BgClassName
{
background-color: #69D680;
}
</style>
border-color css
<style>
span { border-color: #69D680; }
span { border-color: rgb(105,214,128); }
td.TdClassName
{
border-color: #69D680;
}
.TagClassName
{
border-color: #69D680;
}
</style>