Shades of Jade #03C575
Tints of Jade #03C575
RGB
CMYK
RGB Variations
Color information
#03C575 (or 0x03C575) is known color: Jade. HEX triplet: 03, C5 and 75. RGB value is (3,197,117). Sum of RGB (Red+Green+Blue) = 3+197+117=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #03C575 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C575 is #FC3A8A. Grayscale: #828282. Windows color (decimal): -16530059 or 7718147. OLE color: 7718147.
HSL color Cylindrical-coordinate representation of color #03C575: hue angle of 155.26º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C575 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 197 | 117 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.23 |
| HSL | 155.26º | 0.97% | 0.39% | - |
| HSV(B) | 155.26º | 0.98% | 0.77% | - |
| XYZ | 23.21 | 41.24 | 23.57 | - |
| YUV | 129.87 | 120.73 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 197 | 117 | 0.98 | 0 | 0.41 | 0.23 | 155.26 | 0.97 | 0.39 |
| Hex | 3 | C5 | 75 | 62 | 0 | 29 | 17 | 9B | 61 | 27 |
| Octal | 3 | 305 | 165 | 142 | 0 | 51 | 27 | 233 | 141 | 47 |
| Binary | 11 | 11000101 | 1110101 | 1100010 | 0 | 101001 | 10111 | 10011011 | 1100001 | 100111 |
Color Harmonies of #03C575
Complementary color
Monochromatic Colors of #03C575
Black with #03C575
Text Example
Text Example
White with #03C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C575; }
p { color: rgb(3,197,117); }
H1.HeaderClassName
{
color: #03C575;
}
.AnyTagClassName
{
color: #03C575;
}
</style>
background-color css
<style>
a { background-color: #03C575; }
a { background-color: rgb(3,197,117); }
div.DivClassName
{
background-color: #03C575;
}
.BgClassName
{
background-color: #03C575;
}
</style>
border-color css
<style>
span { border-color: #03C575; }
span { border-color: rgb(3,197,117); }
td.TdClassName
{
border-color: #03C575;
}
.TagClassName
{
border-color: #03C575;
}
</style>