Shades of Caribbean Green #03DA80
Tints of Caribbean Green #03DA80
RGB
CMYK
RGB Variations
Color information
#03DA80 (or 0x03DA80) is known color: Caribbean Green. HEX triplet: 03, DA and 80. RGB value is (3,218,128). Sum of RGB (Red+Green+Blue) = 3+218+128=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 218 (85.55% from 255 or 62.46% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 218 - color contains mainly: green. Hex color #03DA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DA80 is #FC257F. Grayscale: #8F8F8F. Windows color (decimal): -16524672 or 8444419. OLE color: 8444419.
HSL color Cylindrical-coordinate representation of color #03DA80: hue angle of 154.88º 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 #03DA80 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 218 | 128 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.15 |
| HSL | 154.88º | 0.97% | 0.43% | - |
| HSV(B) | 154.88º | 0.99% | 0.85% | - |
| XYZ | 29.01 | 51.72 | 28.88 | - |
| YUV | 143.46 | 119.27 | 27.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 218 | 128 | 0.99 | 0 | 0.41 | 0.15 | 154.88 | 0.97 | 0.43 |
| Hex | 3 | DA | 80 | 63 | 0 | 29 | F | 9B | 61 | 2B |
| Octal | 3 | 332 | 200 | 143 | 0 | 51 | 17 | 233 | 141 | 53 |
| Binary | 11 | 11011010 | 10000000 | 1100011 | 0 | 101001 | 1111 | 10011011 | 1100001 | 101011 |
Color Harmonies of #03DA80
Complementary color
Monochromatic Colors of #03DA80
Black with #03DA80
Text Example
Text Example
White with #03DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DA80; }
p { color: rgb(3,218,128); }
H1.HeaderClassName
{
color: #03DA80;
}
.AnyTagClassName
{
color: #03DA80;
}
</style>
background-color css
<style>
a { background-color: #03DA80; }
a { background-color: rgb(3,218,128); }
div.DivClassName
{
background-color: #03DA80;
}
.BgClassName
{
background-color: #03DA80;
}
</style>
border-color css
<style>
span { border-color: #03DA80; }
span { border-color: rgb(3,218,128); }
td.TdClassName
{
border-color: #03DA80;
}
.TagClassName
{
border-color: #03DA80;
}
</style>