Shades of Pastel Green #69DD77
Tints of Pastel Green #69DD77
RGB
CMYK
RGB Variations
Color information
#69DD77 (or 0x69DD77) is known color: Pastel Green. HEX triplet: 69, DD and 77. RGB value is (105,221,119). Sum of RGB (Red+Green+Blue) = 105+221+119=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DD77 is #962288. Grayscale: #AEAEAE. Windows color (decimal): -9839241 or 7855465. OLE color: 7855465.
HSL color Cylindrical-coordinate representation of color #69DD77: hue angle of 127.24º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DD77 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 221 | 119 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.13 |
| HSL | 127.24º | 0.63% | 0.64% | - |
| HSV(B) | 127.24º | 0.52% | 0.87% | - |
| XYZ | 35.01 | 56.05 | 26.43 | - |
| YUV | 174.69 | 96.57 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 221 | 119 | 0.52 | 0 | 0.46 | 0.13 | 127.24 | 0.63 | 0.64 |
| Hex | 69 | DD | 77 | 34 | 0 | 2E | D | 7F | 3F | 40 |
| Octal | 151 | 335 | 167 | 64 | 0 | 56 | 15 | 177 | 77 | 100 |
| Binary | 1101001 | 11011101 | 1110111 | 110100 | 0 | 101110 | 1101 | 1111111 | 111111 | 1000000 |
Color Harmonies of #69DD77
Complementary color
Monochromatic Colors of #69DD77
Black with #69DD77
Text Example
Text Example
White with #69DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DD77; }
p { color: rgb(105,221,119); }
H1.HeaderClassName
{
color: #69DD77;
}
.AnyTagClassName
{
color: #69DD77;
}
</style>
background-color css
<style>
a { background-color: #69DD77; }
a { background-color: rgb(105,221,119); }
div.DivClassName
{
background-color: #69DD77;
}
.BgClassName
{
background-color: #69DD77;
}
</style>
border-color css
<style>
span { border-color: #69DD77; }
span { border-color: rgb(105,221,119); }
td.TdClassName
{
border-color: #69DD77;
}
.TagClassName
{
border-color: #69DD77;
}
</style>