Shades of Silver Tree #69DF96
Tints of Silver Tree #69DF96
RGB
CMYK
RGB Variations
Color information
#69DF96 (or 0x69DF96) is known color: Silver Tree. HEX triplet: 69, DF and 96. RGB value is (105,223,150). Sum of RGB (Red+Green+Blue) = 105+223+150=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #69DF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DF96 is #962069. Grayscale: #B3B3B3. Windows color (decimal): -9838698 or 9887593. OLE color: 9887593.
HSL color Cylindrical-coordinate representation of color #69DF96: hue angle of 142.88º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DF96 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 223 | 150 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.13 |
| HSL | 142.88º | 0.65% | 0.64% | - |
| HSV(B) | 142.88º | 0.53% | 0.87% | - |
| XYZ | 37.72 | 57.98 | 38.06 | - |
| YUV | 179.4 | 111.41 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 150 | 0.53 | 0 | 0.33 | 0.13 | 142.88 | 0.65 | 0.64 |
| Hex | 69 | DF | 96 | 35 | 0 | 21 | D | 8F | 41 | 40 |
| Octal | 151 | 337 | 226 | 65 | 0 | 41 | 15 | 217 | 101 | 100 |
| Binary | 1101001 | 11011111 | 10010110 | 110101 | 0 | 100001 | 1101 | 10001111 | 1000001 | 1000000 |
Color Harmonies of #69DF96
Complementary color
Monochromatic Colors of #69DF96
Black with #69DF96
Text Example
Text Example
White with #69DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DF96; }
p { color: rgb(105,223,150); }
H1.HeaderClassName
{
color: #69DF96;
}
.AnyTagClassName
{
color: #69DF96;
}
</style>
background-color css
<style>
a { background-color: #69DF96; }
a { background-color: rgb(105,223,150); }
div.DivClassName
{
background-color: #69DF96;
}
.BgClassName
{
background-color: #69DF96;
}
</style>
border-color css
<style>
span { border-color: #69DF96; }
span { border-color: rgb(105,223,150); }
td.TdClassName
{
border-color: #69DF96;
}
.TagClassName
{
border-color: #69DF96;
}
</style>