Shades of Caribbean Green #03D581
Tints of Caribbean Green #03D581
RGB
CMYK
RGB Variations
Color information
#03D581 (or 0x03D581) is known color: Caribbean Green. HEX triplet: 03, D5 and 81. RGB value is (3,213,129). Sum of RGB (Red+Green+Blue) = 3+213+129=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #03D581 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D581 is #FC2A7E. Grayscale: #8C8C8C. Windows color (decimal): -16525951 or 8508675. OLE color: 8508675.
HSL color Cylindrical-coordinate representation of color #03D581: hue angle of 156º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D581 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 213 | 129 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.16 |
| HSL | 156º | 0.97% | 0.42% | - |
| HSV(B) | 156º | 0.99% | 0.84% | - |
| XYZ | 27.79 | 49.19 | 28.8 | - |
| YUV | 140.63 | 121.43 | 29.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 129 | 0.99 | 0 | 0.39 | 0.16 | 156 | 0.97 | 0.42 |
| Hex | 3 | D5 | 81 | 63 | 0 | 27 | 10 | 9C | 61 | 2A |
| Octal | 3 | 325 | 201 | 143 | 0 | 47 | 20 | 234 | 141 | 52 |
| Binary | 11 | 11010101 | 10000001 | 1100011 | 0 | 100111 | 10000 | 10011100 | 1100001 | 101010 |
Color Harmonies of #03D581
Complementary color
Monochromatic Colors of #03D581
Black with #03D581
Text Example
Text Example
White with #03D581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D581; }
p { color: rgb(3,213,129); }
H1.HeaderClassName
{
color: #03D581;
}
.AnyTagClassName
{
color: #03D581;
}
</style>
background-color css
<style>
a { background-color: #03D581; }
a { background-color: rgb(3,213,129); }
div.DivClassName
{
background-color: #03D581;
}
.BgClassName
{
background-color: #03D581;
}
</style>
border-color css
<style>
span { border-color: #03D581; }
span { border-color: rgb(3,213,129); }
td.TdClassName
{
border-color: #03D581;
}
.TagClassName
{
border-color: #03D581;
}
</style>