Shades of Caribbean Green #02D694
Tints of Caribbean Green #02D694
RGB
CMYK
RGB Variations
Color information
#02D694 (or 0x02D694) is known color: Caribbean Green. HEX triplet: 02, D6 and 94. RGB value is (2,214,148). Sum of RGB (Red+Green+Blue) = 2+214+148=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #02D694 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D694 is #FD296B. Grayscale: #8F8F8F. Windows color (decimal): -16591212 or 9754114. OLE color: 9754114.
HSL color Cylindrical-coordinate representation of color #02D694: hue angle of 161.32º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D694 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 148 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.16 |
| HSL | 161.32º | 0.98% | 0.42% | - |
| HSV(B) | 161.32º | 0.99% | 0.84% | - |
| XYZ | 29.42 | 50.24 | 36.16 | - |
| YUV | 143.09 | 130.76 | 27.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 148 | 0.99 | 0 | 0.31 | 0.16 | 161.32 | 0.98 | 0.42 |
| Hex | 2 | D6 | 94 | 63 | 0 | 1F | 10 | A1 | 62 | 2A |
| Octal | 2 | 326 | 224 | 143 | 0 | 37 | 20 | 241 | 142 | 52 |
| Binary | 10 | 11010110 | 10010100 | 1100011 | 0 | 11111 | 10000 | 10100001 | 1100010 | 101010 |
Color Harmonies of #02D694
Complementary color
Monochromatic Colors of #02D694
Black with #02D694
Text Example
Text Example
White with #02D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D694; }
p { color: rgb(2,214,148); }
H1.HeaderClassName
{
color: #02D694;
}
.AnyTagClassName
{
color: #02D694;
}
</style>
background-color css
<style>
a { background-color: #02D694; }
a { background-color: rgb(2,214,148); }
div.DivClassName
{
background-color: #02D694;
}
.BgClassName
{
background-color: #02D694;
}
</style>
border-color css
<style>
span { border-color: #02D694; }
span { border-color: rgb(2,214,148); }
td.TdClassName
{
border-color: #02D694;
}
.TagClassName
{
border-color: #02D694;
}
</style>