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