Shades of Caribbean Green #03D882
Tints of Caribbean Green #03D882
RGB
CMYK
RGB Variations
Color information
#03D882 (or 0x03D882) is known color: Caribbean Green. HEX triplet: 03, D8 and 82. RGB value is (3,216,130). Sum of RGB (Red+Green+Blue) = 3+216+130=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 216 (84.77% from 255 or 61.89% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 216 - color contains mainly: green. Hex color #03D882 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D882 is #FC277D. Grayscale: #8E8E8E. Windows color (decimal): -16525182 or 8574979. OLE color: 8574979.
HSL color Cylindrical-coordinate representation of color #03D882: hue angle of 155.77º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D882 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 216 | 130 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.15 |
| HSL | 155.77º | 0.97% | 0.43% | - |
| HSV(B) | 155.77º | 0.99% | 0.85% | - |
| XYZ | 28.62 | 50.74 | 29.4 | - |
| YUV | 142.51 | 120.93 | 28.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 216 | 130 | 0.99 | 0 | 0.40 | 0.15 | 155.77 | 0.97 | 0.43 |
| Hex | 3 | D8 | 82 | 63 | 0 | 28 | F | 9C | 61 | 2B |
| Octal | 3 | 330 | 202 | 143 | 0 | 50 | 17 | 234 | 141 | 53 |
| Binary | 11 | 11011000 | 10000010 | 1100011 | 0 | 101000 | 1111 | 10011100 | 1100001 | 101011 |
Color Harmonies of #03D882
Complementary color
Monochromatic Colors of #03D882
Black with #03D882
Text Example
Text Example
White with #03D882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D882; }
p { color: rgb(3,216,130); }
H1.HeaderClassName
{
color: #03D882;
}
.AnyTagClassName
{
color: #03D882;
}
</style>
background-color css
<style>
a { background-color: #03D882; }
a { background-color: rgb(3,216,130); }
div.DivClassName
{
background-color: #03D882;
}
.BgClassName
{
background-color: #03D882;
}
</style>
border-color css
<style>
span { border-color: #03D882; }
span { border-color: rgb(3,216,130); }
td.TdClassName
{
border-color: #03D882;
}
.TagClassName
{
border-color: #03D882;
}
</style>