Shades of Caribbean Green #02DD9A
Tints of Caribbean Green #02DD9A
RGB
CMYK
RGB Variations
Color information
#02DD9A (or 0x02DD9A) is known color: Caribbean Green. HEX triplet: 02, DD and 9A. RGB value is (2,221,154). Sum of RGB (Red+Green+Blue) = 2+221+154=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DD9A is #FD2265. Grayscale: #939393. Windows color (decimal): -16589414 or 10149122. OLE color: 10149122.
HSL color Cylindrical-coordinate representation of color #02DD9A: hue angle of 161.64º 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 #02DD9A is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 154 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.13 |
| HSL | 161.64º | 0.98% | 0.44% | - |
| HSV(B) | 161.64º | 0.99% | 0.87% | - |
| XYZ | 31.71 | 54.06 | 39.33 | - |
| YUV | 147.88 | 131.45 | 23.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 154 | 0.99 | 0 | 0.30 | 0.13 | 161.64 | 0.98 | 0.44 |
| Hex | 2 | DD | 9A | 63 | 0 | 1E | D | A2 | 62 | 2C |
| Octal | 2 | 335 | 232 | 143 | 0 | 36 | 15 | 242 | 142 | 54 |
| Binary | 10 | 11011101 | 10011010 | 1100011 | 0 | 11110 | 1101 | 10100010 | 1100010 | 101100 |
Color Harmonies of #02DD9A
Complementary color
Monochromatic Colors of #02DD9A
Black with #02DD9A
Text Example
Text Example
White with #02DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD9A; }
p { color: rgb(2,221,154); }
H1.HeaderClassName
{
color: #02DD9A;
}
.AnyTagClassName
{
color: #02DD9A;
}
</style>
background-color css
<style>
a { background-color: #02DD9A; }
a { background-color: rgb(2,221,154); }
div.DivClassName
{
background-color: #02DD9A;
}
.BgClassName
{
background-color: #02DD9A;
}
</style>
border-color css
<style>
span { border-color: #02DD9A; }
span { border-color: rgb(2,221,154); }
td.TdClassName
{
border-color: #02DD9A;
}
.TagClassName
{
border-color: #02DD9A;
}
</style>