Shades of Dark Pastel Green #03BB50
Tints of Dark Pastel Green #03BB50
RGB
CMYK
RGB Variations
Color information
#03BB50 (or 0x03BB50) is known color: Dark Pastel Green. HEX triplet: 03, BB and 50. RGB value is (3,187,80). Sum of RGB (Red+Green+Blue) = 3+187+80=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 187 (73.44% from 255 or 69.26% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 187 - color contains mainly: green. Hex color #03BB50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BB50 is #FC44AF. Grayscale: #787878. Windows color (decimal): -16532656 or 5290755. OLE color: 5290755.
HSL color Cylindrical-coordinate representation of color #03BB50: hue angle of 145.11º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BB50 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 187 | 80 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.27 |
| HSL | 145.11º | 0.97% | 0.37% | - |
| HSV(B) | 145.11º | 0.98% | 0.73% | - |
| XYZ | 19.26 | 36.14 | 13.55 | - |
| YUV | 119.79 | 105.54 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 80 | 0.98 | 0 | 0.57 | 0.27 | 145.11 | 0.97 | 0.37 |
| Hex | 3 | BB | 50 | 62 | 0 | 39 | 1B | 91 | 61 | 25 |
| Octal | 3 | 273 | 120 | 142 | 0 | 71 | 33 | 221 | 141 | 45 |
| Binary | 11 | 10111011 | 1010000 | 1100010 | 0 | 111001 | 11011 | 10010001 | 1100001 | 100101 |
Color Harmonies of #03BB50
Complementary color
Monochromatic Colors of #03BB50
Black with #03BB50
Text Example
Text Example
White with #03BB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BB50; }
p { color: rgb(3,187,80); }
H1.HeaderClassName
{
color: #03BB50;
}
.AnyTagClassName
{
color: #03BB50;
}
</style>
background-color css
<style>
a { background-color: #03BB50; }
a { background-color: rgb(3,187,80); }
div.DivClassName
{
background-color: #03BB50;
}
.BgClassName
{
background-color: #03BB50;
}
</style>
border-color css
<style>
span { border-color: #03BB50; }
span { border-color: rgb(3,187,80); }
td.TdClassName
{
border-color: #03BB50;
}
.TagClassName
{
border-color: #03BB50;
}
</style>