Shades of Jade #03B55F
Tints of Jade #03B55F
RGB
CMYK
RGB Variations
Color information
#03B55F (or 0x03B55F) is known color: Jade. HEX triplet: 03, B5 and 5F. RGB value is (3,181,95). Sum of RGB (Red+Green+Blue) = 3+181+95=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 181 (71.09% from 255 or 64.87% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 181 - color contains mainly: green. Hex color #03B55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B55F is #FC4AA0. Grayscale: #767676. Windows color (decimal): -16534177 or 6272259. OLE color: 6272259.
HSL color Cylindrical-coordinate representation of color #03B55F: hue angle of 151.01º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B55F is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 181 | 95 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.29 |
| HSL | 151.01º | 0.97% | 0.36% | - |
| HSV(B) | 151.01º | 0.98% | 0.71% | - |
| XYZ | 18.63 | 33.89 | 16.39 | - |
| YUV | 117.97 | 115.03 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 181 | 95 | 0.98 | 0 | 0.48 | 0.29 | 151.01 | 0.97 | 0.36 |
| Hex | 3 | B5 | 5F | 62 | 0 | 30 | 1D | 97 | 61 | 24 |
| Octal | 3 | 265 | 137 | 142 | 0 | 60 | 35 | 227 | 141 | 44 |
| Binary | 11 | 10110101 | 1011111 | 1100010 | 0 | 110000 | 11101 | 10010111 | 1100001 | 100100 |
Color Harmonies of #03B55F
Complementary color
Monochromatic Colors of #03B55F
Black with #03B55F
Text Example
Text Example
White with #03B55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B55F; }
p { color: rgb(3,181,95); }
H1.HeaderClassName
{
color: #03B55F;
}
.AnyTagClassName
{
color: #03B55F;
}
</style>
background-color css
<style>
a { background-color: #03B55F; }
a { background-color: rgb(3,181,95); }
div.DivClassName
{
background-color: #03B55F;
}
.BgClassName
{
background-color: #03B55F;
}
</style>
border-color css
<style>
span { border-color: #03B55F; }
span { border-color: rgb(3,181,95); }
td.TdClassName
{
border-color: #03B55F;
}
.TagClassName
{
border-color: #03B55F;
}
</style>