Shades of Jade #03C873
Tints of Jade #03C873
RGB
CMYK
RGB Variations
Color information
#03C873 (or 0x03C873) is known color: Jade. HEX triplet: 03, C8 and 73. RGB value is (3,200,115). Sum of RGB (Red+Green+Blue) = 3+200+115=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 200 (78.52% from 255 or 62.89% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 200 - color contains mainly: green. Hex color #03C873 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C873 is #FC378C. Grayscale: #838383. Windows color (decimal): -16529293 or 7587843. OLE color: 7587843.
HSL color Cylindrical-coordinate representation of color #03C873: hue angle of 154.11º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C873 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 200 | 115 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.22 |
| HSL | 154.11º | 0.97% | 0.4% | - |
| HSV(B) | 154.11º | 0.99% | 0.78% | - |
| XYZ | 23.79 | 42.57 | 23.18 | - |
| YUV | 131.41 | 118.73 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 200 | 115 | 0.98 | 0 | 0.42 | 0.22 | 154.11 | 0.97 | 0.4 |
| Hex | 3 | C8 | 73 | 62 | 0 | 2A | 16 | 9A | 61 | 28 |
| Octal | 3 | 310 | 163 | 142 | 0 | 52 | 26 | 232 | 141 | 50 |
| Binary | 11 | 11001000 | 1110011 | 1100010 | 0 | 101010 | 10110 | 10011010 | 1100001 | 101000 |
Color Harmonies of #03C873
Complementary color
Monochromatic Colors of #03C873
Black with #03C873
Text Example
Text Example
White with #03C873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C873; }
p { color: rgb(3,200,115); }
H1.HeaderClassName
{
color: #03C873;
}
.AnyTagClassName
{
color: #03C873;
}
</style>
background-color css
<style>
a { background-color: #03C873; }
a { background-color: rgb(3,200,115); }
div.DivClassName
{
background-color: #03C873;
}
.BgClassName
{
background-color: #03C873;
}
</style>
border-color css
<style>
span { border-color: #03C873; }
span { border-color: rgb(3,200,115); }
td.TdClassName
{
border-color: #03C873;
}
.TagClassName
{
border-color: #03C873;
}
</style>