Shades of Padua #83BF94
Tints of Padua #83BF94
RGB
CMYK
RGB Variations
Color information
#83BF94 (or 0x83BF94) is known color: Padua. HEX triplet: 83, BF and 94. RGB value is (131,191,148). Sum of RGB (Red+Green+Blue) = 131+191+148=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BF94 is #7C406B. Grayscale: #A8A8A8. Windows color (decimal): -8142956 or 9748355. OLE color: 9748355.
HSL color Cylindrical-coordinate representation of color #83BF94: hue angle of 137º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BF94 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 191 | 148 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.25 |
| HSL | 137º | 0.32% | 0.63% | - |
| HSV(B) | 137º | 0.31% | 0.75% | - |
| XYZ | 33.34 | 44.23 | 34.8 | - |
| YUV | 168.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 148 | 0.31 | 0 | 0.23 | 0.25 | 137 | 0.32 | 0.63 |
| Hex | 83 | BF | 94 | 1F | 0 | 17 | 19 | 89 | 20 | 3F |
| Octal | 203 | 277 | 224 | 37 | 0 | 27 | 31 | 211 | 40 | 77 |
| Binary | 10000011 | 10111111 | 10010100 | 11111 | 0 | 10111 | 11001 | 10001001 | 100000 | 111111 |
Color Harmonies of #83BF94
Complementary color
Monochromatic Colors of #83BF94
Black with #83BF94
Text Example
Text Example
White with #83BF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BF94; }
p { color: rgb(131,191,148); }
H1.HeaderClassName
{
color: #83BF94;
}
.AnyTagClassName
{
color: #83BF94;
}
</style>
background-color css
<style>
a { background-color: #83BF94; }
a { background-color: rgb(131,191,148); }
div.DivClassName
{
background-color: #83BF94;
}
.BgClassName
{
background-color: #83BF94;
}
</style>
border-color css
<style>
span { border-color: #83BF94; }
span { border-color: rgb(131,191,148); }
td.TdClassName
{
border-color: #83BF94;
}
.TagClassName
{
border-color: #83BF94;
}
</style>