Shades of Padua #7BCD94
Tints of Padua #7BCD94
RGB
CMYK
RGB Variations
Color information
#7BCD94 (or 0x7BCD94) is known color: Padua. HEX triplet: 7B, CD and 94. RGB value is (123,205,148). Sum of RGB (Red+Green+Blue) = 123+205+148=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCD94 is #84326B. Grayscale: #AEAEAE. Windows color (decimal): -8663660 or 9751931. OLE color: 9751931.
HSL color Cylindrical-coordinate representation of color #7BCD94: hue angle of 138.29º 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 #7BCD94 is Cyan = 0.4, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 148 | - |
| CMYK | 0.4 | 0 | 0.28 | 0.20 |
| HSL | 138.29º | 0.45% | 0.64% | - |
| HSV(B) | 138.29º | 0.4% | 0.8% | - |
| XYZ | 35.35 | 50.01 | 35.81 | - |
| YUV | 173.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 148 | 0.4 | 0 | 0.28 | 0.20 | 138.29 | 0.45 | 0.64 |
| Hex | 7B | CD | 94 | 28 | 0 | 1C | 14 | 8A | 2D | 40 |
| Octal | 173 | 315 | 224 | 50 | 0 | 34 | 24 | 212 | 55 | 100 |
| Binary | 1111011 | 11001101 | 10010100 | 101000 | 0 | 11100 | 10100 | 10001010 | 101101 | 1000000 |
Color Harmonies of #7BCD94
Complementary color
Monochromatic Colors of #7BCD94
Black with #7BCD94
Text Example
Text Example
White with #7BCD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCD94; }
p { color: rgb(123,205,148); }
H1.HeaderClassName
{
color: #7BCD94;
}
.AnyTagClassName
{
color: #7BCD94;
}
</style>
background-color css
<style>
a { background-color: #7BCD94; }
a { background-color: rgb(123,205,148); }
div.DivClassName
{
background-color: #7BCD94;
}
.BgClassName
{
background-color: #7BCD94;
}
</style>
border-color css
<style>
span { border-color: #7BCD94; }
span { border-color: rgb(123,205,148); }
td.TdClassName
{
border-color: #7BCD94;
}
.TagClassName
{
border-color: #7BCD94;
}
</style>