Shades of Padua #85AF93
Tints of Padua #85AF93
RGB
CMYK
RGB Variations
Color information
#85AF93 (or 0x85AF93) is known color: Padua. HEX triplet: 85, AF and 93. RGB value is (133,175,147). Sum of RGB (Red+Green+Blue) = 133+175+147=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AF93 is #7A506C. Grayscale: #9F9F9F. Windows color (decimal): -8015981 or 9678725. OLE color: 9678725.
HSL color Cylindrical-coordinate representation of color #85AF93: hue angle of 140º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AF93 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 147 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.31 |
| HSL | 140º | 0.21% | 0.6% | - |
| HSV(B) | 140º | 0.24% | 0.69% | - |
| XYZ | 30.27 | 37.75 | 33.3 | - |
| YUV | 159.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 147 | 0.24 | 0 | 0.16 | 0.31 | 140 | 0.21 | 0.6 |
| Hex | 85 | AF | 93 | 18 | 0 | 10 | 1F | 8C | 15 | 3C |
| Octal | 205 | 257 | 223 | 30 | 0 | 20 | 37 | 214 | 25 | 74 |
| Binary | 10000101 | 10101111 | 10010011 | 11000 | 0 | 10000 | 11111 | 10001100 | 10101 | 111100 |
Color Harmonies of #85AF93
Complementary color
Monochromatic Colors of #85AF93
Black with #85AF93
Text Example
Text Example
White with #85AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF93; }
p { color: rgb(133,175,147); }
H1.HeaderClassName
{
color: #85AF93;
}
.AnyTagClassName
{
color: #85AF93;
}
</style>
background-color css
<style>
a { background-color: #85AF93; }
a { background-color: rgb(133,175,147); }
div.DivClassName
{
background-color: #85AF93;
}
.BgClassName
{
background-color: #85AF93;
}
</style>
border-color css
<style>
span { border-color: #85AF93; }
span { border-color: rgb(133,175,147); }
td.TdClassName
{
border-color: #85AF93;
}
.TagClassName
{
border-color: #85AF93;
}
</style>