Shades of Jade #03C567
Tints of Jade #03C567
RGB
CMYK
RGB Variations
Color information
#03C567 (or 0x03C567) is known color: Jade. HEX triplet: 03, C5 and 67. RGB value is (3,197,103). Sum of RGB (Red+Green+Blue) = 3+197+103=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 197 (77.34% from 255 or 65.02% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 197 - color contains mainly: green. Hex color #03C567 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C567 is #FC3A98. Grayscale: #808080. Windows color (decimal): -16530073 or 6800643. OLE color: 6800643.
HSL color Cylindrical-coordinate representation of color #03C567: hue angle of 150.93º 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 #03C567 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 197 | 103 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.23 |
| HSL | 150.93º | 0.97% | 0.39% | - |
| HSV(B) | 150.93º | 0.98% | 0.77% | - |
| XYZ | 22.45 | 40.93 | 19.55 | - |
| YUV | 128.28 | 113.73 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 197 | 103 | 0.98 | 0 | 0.48 | 0.23 | 150.93 | 0.97 | 0.39 |
| Hex | 3 | C5 | 67 | 62 | 0 | 30 | 17 | 97 | 61 | 27 |
| Octal | 3 | 305 | 147 | 142 | 0 | 60 | 27 | 227 | 141 | 47 |
| Binary | 11 | 11000101 | 1100111 | 1100010 | 0 | 110000 | 10111 | 10010111 | 1100001 | 100111 |
Color Harmonies of #03C567
Complementary color
Monochromatic Colors of #03C567
Black with #03C567
Text Example
Text Example
White with #03C567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C567; }
p { color: rgb(3,197,103); }
H1.HeaderClassName
{
color: #03C567;
}
.AnyTagClassName
{
color: #03C567;
}
</style>
background-color css
<style>
a { background-color: #03C567; }
a { background-color: rgb(3,197,103); }
div.DivClassName
{
background-color: #03C567;
}
.BgClassName
{
background-color: #03C567;
}
</style>
border-color css
<style>
span { border-color: #03C567; }
span { border-color: rgb(3,197,103); }
td.TdClassName
{
border-color: #03C567;
}
.TagClassName
{
border-color: #03C567;
}
</style>