Shades of Caribbean Green #02DC94
Tints of Caribbean Green #02DC94
RGB
CMYK
RGB Variations
Color information
#02DC94 (or 0x02DC94) is known color: Caribbean Green. HEX triplet: 02, DC and 94. RGB value is (2,220,148). Sum of RGB (Red+Green+Blue) = 2+220+148=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DC94 is #FD236B. Grayscale: #929292. Windows color (decimal): -16589676 or 9755650. OLE color: 9755650.
HSL color Cylindrical-coordinate representation of color #02DC94: hue angle of 160.18º 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 #02DC94 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 148 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.14 |
| HSL | 160.18º | 0.98% | 0.44% | - |
| HSV(B) | 160.18º | 0.99% | 0.86% | - |
| XYZ | 30.96 | 53.34 | 36.68 | - |
| YUV | 146.61 | 128.78 | 24.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 148 | 0.99 | 0 | 0.33 | 0.14 | 160.18 | 0.98 | 0.44 |
| Hex | 2 | DC | 94 | 63 | 0 | 21 | E | A0 | 62 | 2C |
| Octal | 2 | 334 | 224 | 143 | 0 | 41 | 16 | 240 | 142 | 54 |
| Binary | 10 | 11011100 | 10010100 | 1100011 | 0 | 100001 | 1110 | 10100000 | 1100010 | 101100 |
Color Harmonies of #02DC94
Complementary color
Monochromatic Colors of #02DC94
Black with #02DC94
Text Example
Text Example
White with #02DC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC94; }
p { color: rgb(2,220,148); }
H1.HeaderClassName
{
color: #02DC94;
}
.AnyTagClassName
{
color: #02DC94;
}
</style>
background-color css
<style>
a { background-color: #02DC94; }
a { background-color: rgb(2,220,148); }
div.DivClassName
{
background-color: #02DC94;
}
.BgClassName
{
background-color: #02DC94;
}
</style>
border-color css
<style>
span { border-color: #02DC94; }
span { border-color: rgb(2,220,148); }
td.TdClassName
{
border-color: #02DC94;
}
.TagClassName
{
border-color: #02DC94;
}
</style>