Shades of Silver Tree #65CC98
Tints of Silver Tree #65CC98
RGB
CMYK
RGB Variations
Color information
#65CC98 (or 0x65CC98) is known color: Silver Tree. HEX triplet: 65, CC and 98. RGB value is (101,204,152). Sum of RGB (Red+Green+Blue) = 101+204+152=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #65CC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CC98 is #9A3367. Grayscale: #A7A7A7. Windows color (decimal): -10105704 or 10013797. OLE color: 10013797.
HSL color Cylindrical-coordinate representation of color #65CC98: hue angle of 149.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CC98 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 204 | 152 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.2 |
| HSL | 149.71º | 0.5% | 0.6% | - |
| HSV(B) | 149.71º | 0.5% | 0.8% | - |
| XYZ | 32.63 | 48.22 | 37.29 | - |
| YUV | 167.28 | 119.38 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 204 | 152 | 0.50 | 0 | 0.25 | 0.2 | 149.71 | 0.5 | 0.6 |
| Hex | 65 | CC | 98 | 32 | 0 | 19 | 14 | 96 | 32 | 3C |
| Octal | 145 | 314 | 230 | 62 | 0 | 31 | 24 | 226 | 62 | 74 |
| Binary | 1100101 | 11001100 | 10011000 | 110010 | 0 | 11001 | 10100 | 10010110 | 110010 | 111100 |
Color Harmonies of #65CC98
Complementary color
Monochromatic Colors of #65CC98
Black with #65CC98
Text Example
Text Example
White with #65CC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CC98; }
p { color: rgb(101,204,152); }
H1.HeaderClassName
{
color: #65CC98;
}
.AnyTagClassName
{
color: #65CC98;
}
</style>
background-color css
<style>
a { background-color: #65CC98; }
a { background-color: rgb(101,204,152); }
div.DivClassName
{
background-color: #65CC98;
}
.BgClassName
{
background-color: #65CC98;
}
</style>
border-color css
<style>
span { border-color: #65CC98; }
span { border-color: rgb(101,204,152); }
td.TdClassName
{
border-color: #65CC98;
}
.TagClassName
{
border-color: #65CC98;
}
</style>