Shades of Silver Tree #69DF95
Tints of Silver Tree #69DF95
RGB
CMYK
RGB Variations
Color information
#69DF95 (or 0x69DF95) is known color: Silver Tree. HEX triplet: 69, DF and 95. RGB value is (105,223,149). Sum of RGB (Red+Green+Blue) = 105+223+149=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #69DF95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DF95 is #96206A. Grayscale: #B3B3B3. Windows color (decimal): -9838699 or 9822057. OLE color: 9822057.
HSL color Cylindrical-coordinate representation of color #69DF95: hue angle of 142.37º 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 #69DF95 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 223 | 149 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.13 |
| HSL | 142.37º | 0.65% | 0.64% | - |
| HSV(B) | 142.37º | 0.53% | 0.87% | - |
| XYZ | 37.64 | 57.95 | 37.64 | - |
| YUV | 179.28 | 110.91 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 149 | 0.53 | 0 | 0.33 | 0.13 | 142.37 | 0.65 | 0.64 |
| Hex | 69 | DF | 95 | 35 | 0 | 21 | D | 8E | 41 | 40 |
| Octal | 151 | 337 | 225 | 65 | 0 | 41 | 15 | 216 | 101 | 100 |
| Binary | 1101001 | 11011111 | 10010101 | 110101 | 0 | 100001 | 1101 | 10001110 | 1000001 | 1000000 |
Color Harmonies of #69DF95
Complementary color
Monochromatic Colors of #69DF95
Black with #69DF95
Text Example
Text Example
White with #69DF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DF95; }
p { color: rgb(105,223,149); }
H1.HeaderClassName
{
color: #69DF95;
}
.AnyTagClassName
{
color: #69DF95;
}
</style>
background-color css
<style>
a { background-color: #69DF95; }
a { background-color: rgb(105,223,149); }
div.DivClassName
{
background-color: #69DF95;
}
.BgClassName
{
background-color: #69DF95;
}
</style>
border-color css
<style>
span { border-color: #69DF95; }
span { border-color: rgb(105,223,149); }
td.TdClassName
{
border-color: #69DF95;
}
.TagClassName
{
border-color: #69DF95;
}
</style>