Shades of Jade #03C975
Tints of Jade #03C975
RGB
CMYK
RGB Variations
Color information
#03C975 (or 0x03C975) is known color: Jade. HEX triplet: 03, C9 and 75. RGB value is (3,201,117). Sum of RGB (Red+Green+Blue) = 3+201+117=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #03C975 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C975 is #FC368A. Grayscale: #848484. Windows color (decimal): -16529035 or 7719171. OLE color: 7719171.
HSL color Cylindrical-coordinate representation of color #03C975: hue angle of 154.55º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C975 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 117 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.21 |
| HSL | 154.55º | 0.97% | 0.4% | - |
| HSV(B) | 154.55º | 0.99% | 0.79% | - |
| XYZ | 24.14 | 43.08 | 23.87 | - |
| YUV | 132.22 | 119.4 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 117 | 0.99 | 0 | 0.42 | 0.21 | 154.55 | 0.97 | 0.4 |
| Hex | 3 | C9 | 75 | 63 | 0 | 2A | 15 | 9B | 61 | 28 |
| Octal | 3 | 311 | 165 | 143 | 0 | 52 | 25 | 233 | 141 | 50 |
| Binary | 11 | 11001001 | 1110101 | 1100011 | 0 | 101010 | 10101 | 10011011 | 1100001 | 101000 |
Color Harmonies of #03C975
Complementary color
Monochromatic Colors of #03C975
Black with #03C975
Text Example
Text Example
White with #03C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C975; }
p { color: rgb(3,201,117); }
H1.HeaderClassName
{
color: #03C975;
}
.AnyTagClassName
{
color: #03C975;
}
</style>
background-color css
<style>
a { background-color: #03C975; }
a { background-color: rgb(3,201,117); }
div.DivClassName
{
background-color: #03C975;
}
.BgClassName
{
background-color: #03C975;
}
</style>
border-color css
<style>
span { border-color: #03C975; }
span { border-color: rgb(3,201,117); }
td.TdClassName
{
border-color: #03C975;
}
.TagClassName
{
border-color: #03C975;
}
</style>