Shades of Pastel Green #69D77F
Tints of Pastel Green #69D77F
RGB
CMYK
RGB Variations
Color information
#69D77F (or 0x69D77F) is known color: Pastel Green. HEX triplet: 69, D7 and 7F. RGB value is (105,215,127). Sum of RGB (Red+Green+Blue) = 105+215+127=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #69D77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D77F is #962880. Grayscale: #ACACAC. Windows color (decimal): -9840769 or 8378217. OLE color: 8378217.
HSL color Cylindrical-coordinate representation of color #69D77F: hue angle of 132º degrees, saturation: 0.58, 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 #69D77F is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 215 | 127 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.16 |
| HSL | 132º | 0.58% | 0.63% | - |
| HSV(B) | 132º | 0.51% | 0.84% | - |
| XYZ | 33.96 | 53.14 | 28.55 | - |
| YUV | 172.08 | 102.56 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 215 | 127 | 0.51 | 0 | 0.41 | 0.16 | 132 | 0.58 | 0.63 |
| Hex | 69 | D7 | 7F | 33 | 0 | 29 | 10 | 84 | 3A | 3F |
| Octal | 151 | 327 | 177 | 63 | 0 | 51 | 20 | 204 | 72 | 77 |
| Binary | 1101001 | 11010111 | 1111111 | 110011 | 0 | 101001 | 10000 | 10000100 | 111010 | 111111 |
Color Harmonies of #69D77F
Complementary color
Monochromatic Colors of #69D77F
Black with #69D77F
Text Example
Text Example
White with #69D77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D77F; }
p { color: rgb(105,215,127); }
H1.HeaderClassName
{
color: #69D77F;
}
.AnyTagClassName
{
color: #69D77F;
}
</style>
background-color css
<style>
a { background-color: #69D77F; }
a { background-color: rgb(105,215,127); }
div.DivClassName
{
background-color: #69D77F;
}
.BgClassName
{
background-color: #69D77F;
}
</style>
border-color css
<style>
span { border-color: #69D77F; }
span { border-color: rgb(105,215,127); }
td.TdClassName
{
border-color: #69D77F;
}
.TagClassName
{
border-color: #69D77F;
}
</style>