Shades of Padua #7BCD99
Tints of Padua #7BCD99
RGB
CMYK
RGB Variations
Color information
#7BCD99 (or 0x7BCD99) is known color: Padua. HEX triplet: 7B, CD and 99. RGB value is (123,205,153). Sum of RGB (Red+Green+Blue) = 123+205+153=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCD99 is #843266. Grayscale: #AEAEAE. Windows color (decimal): -8663655 or 10079611. OLE color: 10079611.
HSL color Cylindrical-coordinate representation of color #7BCD99: hue angle of 141.95º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCD99 is Cyan = 0.4, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 153 | - |
| CMYK | 0.4 | 0 | 0.25 | 0.20 |
| HSL | 141.95º | 0.45% | 0.64% | - |
| HSV(B) | 141.95º | 0.4% | 0.8% | - |
| XYZ | 35.75 | 50.17 | 37.94 | - |
| YUV | 174.55 | 115.83 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 153 | 0.4 | 0 | 0.25 | 0.20 | 141.95 | 0.45 | 0.64 |
| Hex | 7B | CD | 99 | 28 | 0 | 19 | 14 | 8E | 2D | 40 |
| Octal | 173 | 315 | 231 | 50 | 0 | 31 | 24 | 216 | 55 | 100 |
| Binary | 1111011 | 11001101 | 10011001 | 101000 | 0 | 11001 | 10100 | 10001110 | 101101 | 1000000 |
Color Harmonies of #7BCD99
Complementary color
Monochromatic Colors of #7BCD99
Black with #7BCD99
Text Example
Text Example
White with #7BCD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCD99; }
p { color: rgb(123,205,153); }
H1.HeaderClassName
{
color: #7BCD99;
}
.AnyTagClassName
{
color: #7BCD99;
}
</style>
background-color css
<style>
a { background-color: #7BCD99; }
a { background-color: rgb(123,205,153); }
div.DivClassName
{
background-color: #7BCD99;
}
.BgClassName
{
background-color: #7BCD99;
}
</style>
border-color css
<style>
span { border-color: #7BCD99; }
span { border-color: rgb(123,205,153); }
td.TdClassName
{
border-color: #7BCD99;
}
.TagClassName
{
border-color: #7BCD99;
}
</style>