Shades of Pastel Green #69DB6F
Tints of Pastel Green #69DB6F
RGB
CMYK
RGB Variations
Color information
#69DB6F (or 0x69DB6F) is known color: Pastel Green. HEX triplet: 69, DB and 6F. RGB value is (105,219,111). Sum of RGB (Red+Green+Blue) = 105+219+111=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DB6F is #962490. Grayscale: #ACACAC. Windows color (decimal): -9839761 or 7330665. OLE color: 7330665.
HSL color Cylindrical-coordinate representation of color #69DB6F: hue angle of 123.16º 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 #69DB6F is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 111 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.14 |
| HSL | 123.16º | 0.61% | 0.64% | - |
| HSV(B) | 123.16º | 0.52% | 0.86% | - |
| XYZ | 34.03 | 54.81 | 23.83 | - |
| YUV | 172.6 | 93.23 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 111 | 0.52 | 0 | 0.49 | 0.14 | 123.16 | 0.61 | 0.64 |
| Hex | 69 | DB | 6F | 34 | 0 | 31 | E | 7B | 3D | 40 |
| Octal | 151 | 333 | 157 | 64 | 0 | 61 | 16 | 173 | 75 | 100 |
| Binary | 1101001 | 11011011 | 1101111 | 110100 | 0 | 110001 | 1110 | 1111011 | 111101 | 1000000 |
Color Harmonies of #69DB6F
Complementary color
Monochromatic Colors of #69DB6F
Black with #69DB6F
Text Example
Text Example
White with #69DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DB6F; }
p { color: rgb(105,219,111); }
H1.HeaderClassName
{
color: #69DB6F;
}
.AnyTagClassName
{
color: #69DB6F;
}
</style>
background-color css
<style>
a { background-color: #69DB6F; }
a { background-color: rgb(105,219,111); }
div.DivClassName
{
background-color: #69DB6F;
}
.BgClassName
{
background-color: #69DB6F;
}
</style>
border-color css
<style>
span { border-color: #69DB6F; }
span { border-color: rgb(105,219,111); }
td.TdClassName
{
border-color: #69DB6F;
}
.TagClassName
{
border-color: #69DB6F;
}
</style>