Shades of Jade #03BC67
Tints of Jade #03BC67
RGB
CMYK
RGB Variations
Color information
#03BC67 (or 0x03BC67) is known color: Jade. HEX triplet: 03, BC and 67. RGB value is (3,188,103). Sum of RGB (Red+Green+Blue) = 3+188+103=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC67 is #FC4398. Grayscale: #7B7B7B. Windows color (decimal): -16532377 or 6798339. OLE color: 6798339.
HSL color Cylindrical-coordinate representation of color #03BC67: hue angle of 152.43º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BC67 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 103 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.26 |
| HSL | 152.43º | 0.97% | 0.37% | - |
| HSV(B) | 152.43º | 0.98% | 0.74% | - |
| XYZ | 20.47 | 36.97 | 18.89 | - |
| YUV | 123 | 116.71 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 103 | 0.98 | 0 | 0.45 | 0.26 | 152.43 | 0.97 | 0.37 |
| Hex | 3 | BC | 67 | 62 | 0 | 2D | 1A | 98 | 61 | 25 |
| Octal | 3 | 274 | 147 | 142 | 0 | 55 | 32 | 230 | 141 | 45 |
| Binary | 11 | 10111100 | 1100111 | 1100010 | 0 | 101101 | 11010 | 10011000 | 1100001 | 100101 |
Color Harmonies of #03BC67
Complementary color
Monochromatic Colors of #03BC67
Black with #03BC67
Text Example
Text Example
White with #03BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BC67; }
p { color: rgb(3,188,103); }
H1.HeaderClassName
{
color: #03BC67;
}
.AnyTagClassName
{
color: #03BC67;
}
</style>
background-color css
<style>
a { background-color: #03BC67; }
a { background-color: rgb(3,188,103); }
div.DivClassName
{
background-color: #03BC67;
}
.BgClassName
{
background-color: #03BC67;
}
</style>
border-color css
<style>
span { border-color: #03BC67; }
span { border-color: rgb(3,188,103); }
td.TdClassName
{
border-color: #03BC67;
}
.TagClassName
{
border-color: #03BC67;
}
</style>