Shades of Jade #03BD6B
Tints of Jade #03BD6B
RGB
CMYK
RGB Variations
Color information
#03BD6B (or 0x03BD6B) is known color: Jade. HEX triplet: 03, BD and 6B. RGB value is (3,189,107). Sum of RGB (Red+Green+Blue) = 3+189+107=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 189 (74.22% from 255 or 63.21% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BD6B is #FC4294. Grayscale: #7C7C7C. Windows color (decimal): -16532117 or 7060739. OLE color: 7060739.
HSL color Cylindrical-coordinate representation of color #03BD6B: hue angle of 153.55º 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 #03BD6B is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 107 | - |
| CMYK | 0.98 | 0 | 0.43 | 0.26 |
| HSL | 153.55º | 0.97% | 0.38% | - |
| HSV(B) | 153.55º | 0.98% | 0.74% | - |
| XYZ | 20.89 | 37.48 | 20.04 | - |
| YUV | 124.04 | 118.38 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 107 | 0.98 | 0 | 0.43 | 0.26 | 153.55 | 0.97 | 0.38 |
| Hex | 3 | BD | 6B | 62 | 0 | 2B | 1A | 9A | 61 | 26 |
| Octal | 3 | 275 | 153 | 142 | 0 | 53 | 32 | 232 | 141 | 46 |
| Binary | 11 | 10111101 | 1101011 | 1100010 | 0 | 101011 | 11010 | 10011010 | 1100001 | 100110 |
Color Harmonies of #03BD6B
Complementary color
Monochromatic Colors of #03BD6B
Black with #03BD6B
Text Example
Text Example
White with #03BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD6B; }
p { color: rgb(3,189,107); }
H1.HeaderClassName
{
color: #03BD6B;
}
.AnyTagClassName
{
color: #03BD6B;
}
</style>
background-color css
<style>
a { background-color: #03BD6B; }
a { background-color: rgb(3,189,107); }
div.DivClassName
{
background-color: #03BD6B;
}
.BgClassName
{
background-color: #03BD6B;
}
</style>
border-color css
<style>
span { border-color: #03BD6B; }
span { border-color: rgb(3,189,107); }
td.TdClassName
{
border-color: #03BD6B;
}
.TagClassName
{
border-color: #03BD6B;
}
</style>