Shades of Silver Tree #75CE9B
Tints of Silver Tree #75CE9B
RGB
CMYK
RGB Variations
Color information
#75CE9B (or 0x75CE9B) is known color: Silver Tree. HEX triplet: 75, CE and 9B. RGB value is (117,206,155). Sum of RGB (Red+Green+Blue) = 117+206+155=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CE9B is #8A3164. Grayscale: #ADADAD. Windows color (decimal): -9056613 or 10210933. OLE color: 10210933.
HSL color Cylindrical-coordinate representation of color #75CE9B: hue angle of 145.62º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CE9B is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 206 | 155 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.19 |
| HSL | 145.62º | 0.48% | 0.63% | - |
| HSV(B) | 145.62º | 0.43% | 0.81% | - |
| XYZ | 35.32 | 50.29 | 38.86 | - |
| YUV | 173.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 155 | 0.43 | 0 | 0.25 | 0.19 | 145.62 | 0.48 | 0.63 |
| Hex | 75 | CE | 9B | 2B | 0 | 19 | 13 | 92 | 30 | 3F |
| Octal | 165 | 316 | 233 | 53 | 0 | 31 | 23 | 222 | 60 | 77 |
| Binary | 1110101 | 11001110 | 10011011 | 101011 | 0 | 11001 | 10011 | 10010010 | 110000 | 111111 |
Color Harmonies of #75CE9B
Complementary color
Monochromatic Colors of #75CE9B
Black with #75CE9B
Text Example
Text Example
White with #75CE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CE9B; }
p { color: rgb(117,206,155); }
H1.HeaderClassName
{
color: #75CE9B;
}
.AnyTagClassName
{
color: #75CE9B;
}
</style>
background-color css
<style>
a { background-color: #75CE9B; }
a { background-color: rgb(117,206,155); }
div.DivClassName
{
background-color: #75CE9B;
}
.BgClassName
{
background-color: #75CE9B;
}
</style>
border-color css
<style>
span { border-color: #75CE9B; }
span { border-color: rgb(117,206,155); }
td.TdClassName
{
border-color: #75CE9B;
}
.TagClassName
{
border-color: #75CE9B;
}
</style>