Shades of Caribbean Green #02DD8D
Tints of Caribbean Green #02DD8D
RGB
CMYK
RGB Variations
Color information
#02DD8D (or 0x02DD8D) is known color: Caribbean Green. HEX triplet: 02, DD and 8D. RGB value is (2,221,141). Sum of RGB (Red+Green+Blue) = 2+221+141=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DD8D is #FD2272. Grayscale: #929292. Windows color (decimal): -16589427 or 9297154. OLE color: 9297154.
HSL color Cylindrical-coordinate representation of color #02DD8D: hue angle of 158.08º degrees, saturation: 0.98, 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 #02DD8D is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 141 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.13 |
| HSL | 158.08º | 0.98% | 0.44% | - |
| HSV(B) | 158.08º | 0.99% | 0.87% | - |
| XYZ | 30.69 | 53.65 | 33.94 | - |
| YUV | 146.4 | 124.95 | 25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 141 | 0.99 | 0 | 0.36 | 0.13 | 158.08 | 0.98 | 0.44 |
| Hex | 2 | DD | 8D | 63 | 0 | 24 | D | 9E | 62 | 2C |
| Octal | 2 | 335 | 215 | 143 | 0 | 44 | 15 | 236 | 142 | 54 |
| Binary | 10 | 11011101 | 10001101 | 1100011 | 0 | 100100 | 1101 | 10011110 | 1100010 | 101100 |
Color Harmonies of #02DD8D
Complementary color
Monochromatic Colors of #02DD8D
Black with #02DD8D
Text Example
Text Example
White with #02DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD8D; }
p { color: rgb(2,221,141); }
H1.HeaderClassName
{
color: #02DD8D;
}
.AnyTagClassName
{
color: #02DD8D;
}
</style>
background-color css
<style>
a { background-color: #02DD8D; }
a { background-color: rgb(2,221,141); }
div.DivClassName
{
background-color: #02DD8D;
}
.BgClassName
{
background-color: #02DD8D;
}
</style>
border-color css
<style>
span { border-color: #02DD8D; }
span { border-color: rgb(2,221,141); }
td.TdClassName
{
border-color: #02DD8D;
}
.TagClassName
{
border-color: #02DD8D;
}
</style>