Shades of Pastel Green #69DA7F
Tints of Pastel Green #69DA7F
RGB
CMYK
RGB Variations
Color information
#69DA7F (or 0x69DA7F) is known color: Pastel Green. HEX triplet: 69, DA and 7F. RGB value is (105,218,127). Sum of RGB (Red+Green+Blue) = 105+218+127=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #69DA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DA7F is #962580. Grayscale: #AEAEAE. Windows color (decimal): -9840001 or 8378985. OLE color: 8378985.
HSL color Cylindrical-coordinate representation of color #69DA7F: hue angle of 131.68º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DA7F is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 218 | 127 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.15 |
| HSL | 131.68º | 0.6% | 0.63% | - |
| HSV(B) | 131.68º | 0.52% | 0.85% | - |
| XYZ | 34.73 | 54.68 | 28.8 | - |
| YUV | 173.84 | 101.56 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 218 | 127 | 0.52 | 0 | 0.42 | 0.15 | 131.68 | 0.6 | 0.63 |
| Hex | 69 | DA | 7F | 34 | 0 | 2A | F | 84 | 3C | 3F |
| Octal | 151 | 332 | 177 | 64 | 0 | 52 | 17 | 204 | 74 | 77 |
| Binary | 1101001 | 11011010 | 1111111 | 110100 | 0 | 101010 | 1111 | 10000100 | 111100 | 111111 |
Color Harmonies of #69DA7F
Complementary color
Monochromatic Colors of #69DA7F
Black with #69DA7F
Text Example
Text Example
White with #69DA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DA7F; }
p { color: rgb(105,218,127); }
H1.HeaderClassName
{
color: #69DA7F;
}
.AnyTagClassName
{
color: #69DA7F;
}
</style>
background-color css
<style>
a { background-color: #69DA7F; }
a { background-color: rgb(105,218,127); }
div.DivClassName
{
background-color: #69DA7F;
}
.BgClassName
{
background-color: #69DA7F;
}
</style>
border-color css
<style>
span { border-color: #69DA7F; }
span { border-color: rgb(105,218,127); }
td.TdClassName
{
border-color: #69DA7F;
}
.TagClassName
{
border-color: #69DA7F;
}
</style>