Shades of Jade #03BD5E
Tints of Jade #03BD5E
RGB
CMYK
RGB Variations
Color information
#03BD5E (or 0x03BD5E) is known color: Jade. HEX triplet: 03, BD and 5E. RGB value is (3,189,94). Sum of RGB (Red+Green+Blue) = 3+189+94=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BD5E is #FC42A1. Grayscale: #7A7A7A. Windows color (decimal): -16532130 or 6208771. OLE color: 6208771.
HSL color Cylindrical-coordinate representation of color #03BD5E: hue angle of 149.35º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BD5E is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 94 | - |
| CMYK | 0.98 | 0 | 0.50 | 0.26 |
| HSL | 149.35º | 0.97% | 0.38% | - |
| HSV(B) | 149.35º | 0.98% | 0.74% | - |
| XYZ | 20.26 | 37.22 | 16.71 | - |
| YUV | 122.56 | 111.88 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 94 | 0.98 | 0 | 0.50 | 0.26 | 149.35 | 0.97 | 0.38 |
| Hex | 3 | BD | 5E | 62 | 0 | 32 | 1A | 95 | 61 | 26 |
| Octal | 3 | 275 | 136 | 142 | 0 | 62 | 32 | 225 | 141 | 46 |
| Binary | 11 | 10111101 | 1011110 | 1100010 | 0 | 110010 | 11010 | 10010101 | 1100001 | 100110 |
Color Harmonies of #03BD5E
Complementary color
Monochromatic Colors of #03BD5E
Black with #03BD5E
Text Example
Text Example
White with #03BD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD5E; }
p { color: rgb(3,189,94); }
H1.HeaderClassName
{
color: #03BD5E;
}
.AnyTagClassName
{
color: #03BD5E;
}
</style>
background-color css
<style>
a { background-color: #03BD5E; }
a { background-color: rgb(3,189,94); }
div.DivClassName
{
background-color: #03BD5E;
}
.BgClassName
{
background-color: #03BD5E;
}
</style>
border-color css
<style>
span { border-color: #03BD5E; }
span { border-color: rgb(3,189,94); }
td.TdClassName
{
border-color: #03BD5E;
}
.TagClassName
{
border-color: #03BD5E;
}
</style>