Shades of Jade #03C566
Tints of Jade #03C566
RGB
CMYK
RGB Variations
Color information
#03C566 (or 0x03C566) is known color: Jade. HEX triplet: 03, C5 and 66. RGB value is (3,197,102). Sum of RGB (Red+Green+Blue) = 3+197+102=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #03C566 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C566 is #FC3A99. Grayscale: #808080. Windows color (decimal): -16530074 or 6735107. OLE color: 6735107.
HSL color Cylindrical-coordinate representation of color #03C566: hue angle of 150.62º 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 #03C566 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 197 | 102 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.23 |
| HSL | 150.62º | 0.97% | 0.39% | - |
| HSV(B) | 150.62º | 0.98% | 0.77% | - |
| XYZ | 22.4 | 40.91 | 19.29 | - |
| YUV | 128.16 | 113.23 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 197 | 102 | 0.98 | 0 | 0.48 | 0.23 | 150.62 | 0.97 | 0.39 |
| Hex | 3 | C5 | 66 | 62 | 0 | 30 | 17 | 97 | 61 | 27 |
| Octal | 3 | 305 | 146 | 142 | 0 | 60 | 27 | 227 | 141 | 47 |
| Binary | 11 | 11000101 | 1100110 | 1100010 | 0 | 110000 | 10111 | 10010111 | 1100001 | 100111 |
Color Harmonies of #03C566
Complementary color
Monochromatic Colors of #03C566
Black with #03C566
Text Example
Text Example
White with #03C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C566; }
p { color: rgb(3,197,102); }
H1.HeaderClassName
{
color: #03C566;
}
.AnyTagClassName
{
color: #03C566;
}
</style>
background-color css
<style>
a { background-color: #03C566; }
a { background-color: rgb(3,197,102); }
div.DivClassName
{
background-color: #03C566;
}
.BgClassName
{
background-color: #03C566;
}
</style>
border-color css
<style>
span { border-color: #03C566; }
span { border-color: rgb(3,197,102); }
td.TdClassName
{
border-color: #03C566;
}
.TagClassName
{
border-color: #03C566;
}
</style>