Shades of Caribbean Green #03D776
Tints of Caribbean Green #03D776
RGB
CMYK
RGB Variations
Color information
#03D776 (or 0x03D776) is known color: Caribbean Green. HEX triplet: 03, D7 and 76. RGB value is (3,215,118). Sum of RGB (Red+Green+Blue) = 3+215+118=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 215 (84.38% from 255 or 63.99% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 215 - color contains mainly: green. Hex color #03D776 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D776 is #FC2889. Grayscale: #8C8C8C. Windows color (decimal): -16525450 or 7788291. OLE color: 7788291.
HSL color Cylindrical-coordinate representation of color #03D776: hue angle of 152.55º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D776 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 215 | 118 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.16 |
| HSL | 152.55º | 0.97% | 0.43% | - |
| HSV(B) | 152.55º | 0.99% | 0.84% | - |
| XYZ | 27.61 | 49.93 | 25.32 | - |
| YUV | 140.55 | 115.26 | 29.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 215 | 118 | 0.99 | 0 | 0.45 | 0.16 | 152.55 | 0.97 | 0.43 |
| Hex | 3 | D7 | 76 | 63 | 0 | 2D | 10 | 99 | 61 | 2B |
| Octal | 3 | 327 | 166 | 143 | 0 | 55 | 20 | 231 | 141 | 53 |
| Binary | 11 | 11010111 | 1110110 | 1100011 | 0 | 101101 | 10000 | 10011001 | 1100001 | 101011 |
Color Harmonies of #03D776
Complementary color
Monochromatic Colors of #03D776
Black with #03D776
Text Example
Text Example
White with #03D776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D776; }
p { color: rgb(3,215,118); }
H1.HeaderClassName
{
color: #03D776;
}
.AnyTagClassName
{
color: #03D776;
}
</style>
background-color css
<style>
a { background-color: #03D776; }
a { background-color: rgb(3,215,118); }
div.DivClassName
{
background-color: #03D776;
}
.BgClassName
{
background-color: #03D776;
}
</style>
border-color css
<style>
span { border-color: #03D776; }
span { border-color: rgb(3,215,118); }
td.TdClassName
{
border-color: #03D776;
}
.TagClassName
{
border-color: #03D776;
}
</style>