Shades of Caribbean Green #02D094
Tints of Caribbean Green #02D094
RGB
CMYK
RGB Variations
Color information
#02D094 (or 0x02D094) is known color: Caribbean Green. HEX triplet: 02, D0 and 94. RGB value is (2,208,148). Sum of RGB (Red+Green+Blue) = 2+208+148=358 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #02D094 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D094 is #FD2F6B. Grayscale: #8B8B8B. Windows color (decimal): -16592748 or 9752578. OLE color: 9752578.
HSL color Cylindrical-coordinate representation of color #02D094: hue angle of 162.52º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D094 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 148 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.18 |
| HSL | 162.52º | 0.98% | 0.41% | - |
| HSV(B) | 162.52º | 0.99% | 0.82% | - |
| XYZ | 27.93 | 47.26 | 35.67 | - |
| YUV | 139.57 | 132.75 | 29.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 148 | 0.99 | 0 | 0.29 | 0.18 | 162.52 | 0.98 | 0.41 |
| Hex | 2 | D0 | 94 | 63 | 0 | 1D | 12 | A3 | 62 | 29 |
| Octal | 2 | 320 | 224 | 143 | 0 | 35 | 22 | 243 | 142 | 51 |
| Binary | 10 | 11010000 | 10010100 | 1100011 | 0 | 11101 | 10010 | 10100011 | 1100010 | 101001 |
Color Harmonies of #02D094
Complementary color
Monochromatic Colors of #02D094
Black with #02D094
Text Example
Text Example
White with #02D094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D094; }
p { color: rgb(2,208,148); }
H1.HeaderClassName
{
color: #02D094;
}
.AnyTagClassName
{
color: #02D094;
}
</style>
background-color css
<style>
a { background-color: #02D094; }
a { background-color: rgb(2,208,148); }
div.DivClassName
{
background-color: #02D094;
}
.BgClassName
{
background-color: #02D094;
}
</style>
border-color css
<style>
span { border-color: #02D094; }
span { border-color: rgb(2,208,148); }
td.TdClassName
{
border-color: #02D094;
}
.TagClassName
{
border-color: #02D094;
}
</style>