Shades of Caribbean Green #02DF94
Tints of Caribbean Green #02DF94
RGB
CMYK
RGB Variations
Color information
#02DF94 (or 0x02DF94) is known color: Caribbean Green. HEX triplet: 02, DF and 94. RGB value is (2,223,148). Sum of RGB (Red+Green+Blue) = 2+223+148=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 223 (87.5% from 255 or 59.79% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DF94 is #FD206B. Grayscale: #949494. Windows color (decimal): -16588908 or 9756418. OLE color: 9756418.
HSL color Cylindrical-coordinate representation of color #02DF94: hue angle of 159.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 #02DF94 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 148 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.13 |
| HSL | 159.64º | 0.98% | 0.44% | - |
| HSV(B) | 159.64º | 0.99% | 0.87% | - |
| XYZ | 31.76 | 54.93 | 36.95 | - |
| YUV | 148.37 | 127.78 | 23.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 148 | 0.99 | 0 | 0.34 | 0.13 | 159.64 | 0.98 | 0.44 |
| Hex | 2 | DF | 94 | 63 | 0 | 22 | D | A0 | 62 | 2C |
| Octal | 2 | 337 | 224 | 143 | 0 | 42 | 15 | 240 | 142 | 54 |
| Binary | 10 | 11011111 | 10010100 | 1100011 | 0 | 100010 | 1101 | 10100000 | 1100010 | 101100 |
Color Harmonies of #02DF94
Complementary color
Monochromatic Colors of #02DF94
Black with #02DF94
Text Example
Text Example
White with #02DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF94; }
p { color: rgb(2,223,148); }
H1.HeaderClassName
{
color: #02DF94;
}
.AnyTagClassName
{
color: #02DF94;
}
</style>
background-color css
<style>
a { background-color: #02DF94; }
a { background-color: rgb(2,223,148); }
div.DivClassName
{
background-color: #02DF94;
}
.BgClassName
{
background-color: #02DF94;
}
</style>
border-color css
<style>
span { border-color: #02DF94; }
span { border-color: rgb(2,223,148); }
td.TdClassName
{
border-color: #02DF94;
}
.TagClassName
{
border-color: #02DF94;
}
</style>