Shades of Jade #03BC74
Tints of Jade #03BC74
RGB
CMYK
RGB Variations
Color information
#03BC74 (or 0x03BC74) is known color: Jade. HEX triplet: 03, BC and 74. RGB value is (3,188,116). Sum of RGB (Red+Green+Blue) = 3+188+116=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC74 is #FC438B. Grayscale: #7C7C7C. Windows color (decimal): -16532364 or 7650307. OLE color: 7650307.
HSL color Cylindrical-coordinate representation of color #03BC74: hue angle of 156.65º 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 #03BC74 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 116 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.26 |
| HSL | 156.65º | 0.97% | 0.37% | - |
| HSV(B) | 156.65º | 0.98% | 0.74% | - |
| XYZ | 21.17 | 37.25 | 22.6 | - |
| YUV | 124.48 | 123.21 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 116 | 0.98 | 0 | 0.38 | 0.26 | 156.65 | 0.97 | 0.37 |
| Hex | 3 | BC | 74 | 62 | 0 | 26 | 1A | 9D | 61 | 25 |
| Octal | 3 | 274 | 164 | 142 | 0 | 46 | 32 | 235 | 141 | 45 |
| Binary | 11 | 10111100 | 1110100 | 1100010 | 0 | 100110 | 11010 | 10011101 | 1100001 | 100101 |
Color Harmonies of #03BC74
Complementary color
Monochromatic Colors of #03BC74
Black with #03BC74
Text Example
Text Example
White with #03BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BC74; }
p { color: rgb(3,188,116); }
H1.HeaderClassName
{
color: #03BC74;
}
.AnyTagClassName
{
color: #03BC74;
}
</style>
background-color css
<style>
a { background-color: #03BC74; }
a { background-color: rgb(3,188,116); }
div.DivClassName
{
background-color: #03BC74;
}
.BgClassName
{
background-color: #03BC74;
}
</style>
border-color css
<style>
span { border-color: #03BC74; }
span { border-color: rgb(3,188,116); }
td.TdClassName
{
border-color: #03BC74;
}
.TagClassName
{
border-color: #03BC74;
}
</style>