Shades of Caribbean Green #02DC90
Tints of Caribbean Green #02DC90
RGB
CMYK
RGB Variations
Color information
#02DC90 (or 0x02DC90) is known color: Caribbean Green. HEX triplet: 02, DC and 90. RGB value is (2,220,144). Sum of RGB (Red+Green+Blue) = 2+220+144=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DC90 is #FD236F. Grayscale: #929292. Windows color (decimal): -16589680 or 9493506. OLE color: 9493506.
HSL color Cylindrical-coordinate representation of color #02DC90: hue angle of 159.08º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC90 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 144 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.14 |
| HSL | 159.08º | 0.98% | 0.44% | - |
| HSV(B) | 159.08º | 0.99% | 0.86% | - |
| XYZ | 30.65 | 53.21 | 35.04 | - |
| YUV | 146.15 | 126.78 | 25.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 144 | 0.99 | 0 | 0.35 | 0.14 | 159.08 | 0.98 | 0.44 |
| Hex | 2 | DC | 90 | 63 | 0 | 23 | E | 9F | 62 | 2C |
| Octal | 2 | 334 | 220 | 143 | 0 | 43 | 16 | 237 | 142 | 54 |
| Binary | 10 | 11011100 | 10010000 | 1100011 | 0 | 100011 | 1110 | 10011111 | 1100010 | 101100 |
Color Harmonies of #02DC90
Complementary color
Monochromatic Colors of #02DC90
Black with #02DC90
Text Example
Text Example
White with #02DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC90; }
p { color: rgb(2,220,144); }
H1.HeaderClassName
{
color: #02DC90;
}
.AnyTagClassName
{
color: #02DC90;
}
</style>
background-color css
<style>
a { background-color: #02DC90; }
a { background-color: rgb(2,220,144); }
div.DivClassName
{
background-color: #02DC90;
}
.BgClassName
{
background-color: #02DC90;
}
</style>
border-color css
<style>
span { border-color: #02DC90; }
span { border-color: rgb(2,220,144); }
td.TdClassName
{
border-color: #02DC90;
}
.TagClassName
{
border-color: #02DC90;
}
</style>