Shades of Silver Tree #74BF99
Tints of Silver Tree #74BF99
RGB
CMYK
RGB Variations
Color information
#74BF99 (or 0x74BF99) is known color: Silver Tree. HEX triplet: 74, BF and 99. RGB value is (116,191,153). Sum of RGB (Red+Green+Blue) = 116+191+153=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BF99 is #8B4066. Grayscale: #A4A4A4. Windows color (decimal): -9125991 or 10076020. OLE color: 10076020.
HSL color Cylindrical-coordinate representation of color #74BF99: hue angle of 149.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BF99 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 153 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.25 |
| HSL | 149.6º | 0.37% | 0.6% | - |
| HSV(B) | 149.6º | 0.39% | 0.75% | - |
| XYZ | 31.58 | 43.27 | 36.83 | - |
| YUV | 164.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 153 | 0.39 | 0 | 0.20 | 0.25 | 149.6 | 0.37 | 0.6 |
| Hex | 74 | BF | 99 | 27 | 0 | 14 | 19 | 96 | 25 | 3C |
| Octal | 164 | 277 | 231 | 47 | 0 | 24 | 31 | 226 | 45 | 74 |
| Binary | 1110100 | 10111111 | 10011001 | 100111 | 0 | 10100 | 11001 | 10010110 | 100101 | 111100 |
Color Harmonies of #74BF99
Complementary color
Monochromatic Colors of #74BF99
Black with #74BF99
Text Example
Text Example
White with #74BF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF99; }
p { color: rgb(116,191,153); }
H1.HeaderClassName
{
color: #74BF99;
}
.AnyTagClassName
{
color: #74BF99;
}
</style>
background-color css
<style>
a { background-color: #74BF99; }
a { background-color: rgb(116,191,153); }
div.DivClassName
{
background-color: #74BF99;
}
.BgClassName
{
background-color: #74BF99;
}
</style>
border-color css
<style>
span { border-color: #74BF99; }
span { border-color: rgb(116,191,153); }
td.TdClassName
{
border-color: #74BF99;
}
.TagClassName
{
border-color: #74BF99;
}
</style>