Shades of Caribbean Green #03DD95
Tints of Caribbean Green #03DD95
RGB
CMYK
RGB Variations
Color information
#03DD95 (or 0x03DD95) is known color: Caribbean Green. HEX triplet: 03, DD and 95. RGB value is (3,221,149). Sum of RGB (Red+Green+Blue) = 3+221+149=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DD95 is #FC226A. Grayscale: #939393. Windows color (decimal): -16523883 or 9821443. OLE color: 9821443.
HSL color Cylindrical-coordinate representation of color #03DD95: hue angle of 160.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DD95 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 149 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.13 |
| HSL | 160.18º | 0.97% | 0.44% | - |
| HSV(B) | 160.18º | 0.99% | 0.87% | - |
| XYZ | 31.32 | 53.9 | 37.19 | - |
| YUV | 147.61 | 128.78 | 24.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 149 | 0.99 | 0 | 0.33 | 0.13 | 160.18 | 0.97 | 0.44 |
| Hex | 3 | DD | 95 | 63 | 0 | 21 | D | A0 | 61 | 2C |
| Octal | 3 | 335 | 225 | 143 | 0 | 41 | 15 | 240 | 141 | 54 |
| Binary | 11 | 11011101 | 10010101 | 1100011 | 0 | 100001 | 1101 | 10100000 | 1100001 | 101100 |
Color Harmonies of #03DD95
Complementary color
Monochromatic Colors of #03DD95
Black with #03DD95
Text Example
Text Example
White with #03DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DD95; }
p { color: rgb(3,221,149); }
H1.HeaderClassName
{
color: #03DD95;
}
.AnyTagClassName
{
color: #03DD95;
}
</style>
background-color css
<style>
a { background-color: #03DD95; }
a { background-color: rgb(3,221,149); }
div.DivClassName
{
background-color: #03DD95;
}
.BgClassName
{
background-color: #03DD95;
}
</style>
border-color css
<style>
span { border-color: #03DD95; }
span { border-color: rgb(3,221,149); }
td.TdClassName
{
border-color: #03DD95;
}
.TagClassName
{
border-color: #03DD95;
}
</style>