Shades of Pastel Green #69DB6E
Tints of Pastel Green #69DB6E
RGB
CMYK
RGB Variations
Color information
#69DB6E (or 0x69DB6E) is known color: Pastel Green. HEX triplet: 69, DB and 6E. RGB value is (105,219,110). Sum of RGB (Red+Green+Blue) = 105+219+110=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DB6E is #962491. Grayscale: #ACACAC. Windows color (decimal): -9839762 or 7265129. OLE color: 7265129.
HSL color Cylindrical-coordinate representation of color #69DB6E: hue angle of 122.63º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DB6E is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 110 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.14 |
| HSL | 122.63º | 0.61% | 0.64% | - |
| HSV(B) | 122.63º | 0.52% | 0.86% | - |
| XYZ | 33.97 | 54.79 | 23.54 | - |
| YUV | 172.49 | 92.73 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 110 | 0.52 | 0 | 0.50 | 0.14 | 122.63 | 0.61 | 0.64 |
| Hex | 69 | DB | 6E | 34 | 0 | 32 | E | 7B | 3D | 40 |
| Octal | 151 | 333 | 156 | 64 | 0 | 62 | 16 | 173 | 75 | 100 |
| Binary | 1101001 | 11011011 | 1101110 | 110100 | 0 | 110010 | 1110 | 1111011 | 111101 | 1000000 |
Color Harmonies of #69DB6E
Complementary color
Monochromatic Colors of #69DB6E
Black with #69DB6E
Text Example
Text Example
White with #69DB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DB6E; }
p { color: rgb(105,219,110); }
H1.HeaderClassName
{
color: #69DB6E;
}
.AnyTagClassName
{
color: #69DB6E;
}
</style>
background-color css
<style>
a { background-color: #69DB6E; }
a { background-color: rgb(105,219,110); }
div.DivClassName
{
background-color: #69DB6E;
}
.BgClassName
{
background-color: #69DB6E;
}
</style>
border-color css
<style>
span { border-color: #69DB6E; }
span { border-color: rgb(105,219,110); }
td.TdClassName
{
border-color: #69DB6E;
}
.TagClassName
{
border-color: #69DB6E;
}
</style>