Shades of Jade #03C773
Tints of Jade #03C773
RGB
CMYK
RGB Variations
Color information
#03C773 (or 0x03C773) is known color: Jade. HEX triplet: 03, C7 and 73. RGB value is (3,199,115). Sum of RGB (Red+Green+Blue) = 3+199+115=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 199 (78.12% from 255 or 62.78% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 199 - color contains mainly: green. Hex color #03C773 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C773 is #FC388C. Grayscale: #828282. Windows color (decimal): -16529549 or 7587587. OLE color: 7587587.
HSL color Cylindrical-coordinate representation of color #03C773: hue angle of 154.29º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C773 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 199 | 115 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.22 |
| HSL | 154.29º | 0.97% | 0.4% | - |
| HSV(B) | 154.29º | 0.98% | 0.78% | - |
| XYZ | 23.56 | 42.1 | 23.11 | - |
| YUV | 130.82 | 119.07 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 199 | 115 | 0.98 | 0 | 0.42 | 0.22 | 154.29 | 0.97 | 0.4 |
| Hex | 3 | C7 | 73 | 62 | 0 | 2A | 16 | 9A | 61 | 28 |
| Octal | 3 | 307 | 163 | 142 | 0 | 52 | 26 | 232 | 141 | 50 |
| Binary | 11 | 11000111 | 1110011 | 1100010 | 0 | 101010 | 10110 | 10011010 | 1100001 | 101000 |
Color Harmonies of #03C773
Complementary color
Monochromatic Colors of #03C773
Black with #03C773
Text Example
Text Example
White with #03C773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C773; }
p { color: rgb(3,199,115); }
H1.HeaderClassName
{
color: #03C773;
}
.AnyTagClassName
{
color: #03C773;
}
</style>
background-color css
<style>
a { background-color: #03C773; }
a { background-color: rgb(3,199,115); }
div.DivClassName
{
background-color: #03C773;
}
.BgClassName
{
background-color: #03C773;
}
</style>
border-color css
<style>
span { border-color: #03C773; }
span { border-color: rgb(3,199,115); }
td.TdClassName
{
border-color: #03C773;
}
.TagClassName
{
border-color: #03C773;
}
</style>