Shades of Caribbean Green #03D280
Tints of Caribbean Green #03D280
RGB
CMYK
RGB Variations
Color information
#03D280 (or 0x03D280) is known color: Caribbean Green. HEX triplet: 03, D2 and 80. RGB value is (3,210,128). Sum of RGB (Red+Green+Blue) = 3+210+128=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 210 (82.42% from 255 or 61.58% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 210 - color contains mainly: green. Hex color #03D280 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D280 is #FC2D7F. Grayscale: #8A8A8A. Windows color (decimal): -16526720 or 8442371. OLE color: 8442371.
HSL color Cylindrical-coordinate representation of color #03D280: hue angle of 156.23º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D280 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 128 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.18 |
| HSL | 156.23º | 0.97% | 0.42% | - |
| HSV(B) | 156.23º | 0.99% | 0.82% | - |
| XYZ | 26.98 | 47.67 | 28.2 | - |
| YUV | 138.76 | 121.92 | 31.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 128 | 0.99 | 0 | 0.39 | 0.18 | 156.23 | 0.97 | 0.42 |
| Hex | 3 | D2 | 80 | 63 | 0 | 27 | 12 | 9C | 61 | 2A |
| Octal | 3 | 322 | 200 | 143 | 0 | 47 | 22 | 234 | 141 | 52 |
| Binary | 11 | 11010010 | 10000000 | 1100011 | 0 | 100111 | 10010 | 10011100 | 1100001 | 101010 |
Color Harmonies of #03D280
Complementary color
Monochromatic Colors of #03D280
Black with #03D280
Text Example
Text Example
White with #03D280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D280; }
p { color: rgb(3,210,128); }
H1.HeaderClassName
{
color: #03D280;
}
.AnyTagClassName
{
color: #03D280;
}
</style>
background-color css
<style>
a { background-color: #03D280; }
a { background-color: rgb(3,210,128); }
div.DivClassName
{
background-color: #03D280;
}
.BgClassName
{
background-color: #03D280;
}
</style>
border-color css
<style>
span { border-color: #03D280; }
span { border-color: rgb(3,210,128); }
td.TdClassName
{
border-color: #03D280;
}
.TagClassName
{
border-color: #03D280;
}
</style>