Shades of Caribbean Green #02D794
Tints of Caribbean Green #02D794
RGB
CMYK
RGB Variations
Color information
#02D794 (or 0x02D794) is known color: Caribbean Green. HEX triplet: 02, D7 and 94. RGB value is (2,215,148). Sum of RGB (Red+Green+Blue) = 2+215+148=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 215 (84.38% from 255 or 58.90% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 215 - color contains mainly: green. Hex color #02D794 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D794 is #FD286B. Grayscale: #8F8F8F. Windows color (decimal): -16590956 or 9754370. OLE color: 9754370.
HSL color Cylindrical-coordinate representation of color #02D794: hue angle of 161.13º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D794 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 215 | 148 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.16 |
| HSL | 161.13º | 0.98% | 0.43% | - |
| HSV(B) | 161.13º | 0.99% | 0.84% | - |
| XYZ | 29.67 | 50.75 | 36.25 | - |
| YUV | 143.68 | 130.43 | 26.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 215 | 148 | 0.99 | 0 | 0.31 | 0.16 | 161.13 | 0.98 | 0.43 |
| Hex | 2 | D7 | 94 | 63 | 0 | 1F | 10 | A1 | 62 | 2B |
| Octal | 2 | 327 | 224 | 143 | 0 | 37 | 20 | 241 | 142 | 53 |
| Binary | 10 | 11010111 | 10010100 | 1100011 | 0 | 11111 | 10000 | 10100001 | 1100010 | 101011 |
Color Harmonies of #02D794
Complementary color
Monochromatic Colors of #02D794
Black with #02D794
Text Example
Text Example
White with #02D794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D794; }
p { color: rgb(2,215,148); }
H1.HeaderClassName
{
color: #02D794;
}
.AnyTagClassName
{
color: #02D794;
}
</style>
background-color css
<style>
a { background-color: #02D794; }
a { background-color: rgb(2,215,148); }
div.DivClassName
{
background-color: #02D794;
}
.BgClassName
{
background-color: #02D794;
}
</style>
border-color css
<style>
span { border-color: #02D794; }
span { border-color: rgb(2,215,148); }
td.TdClassName
{
border-color: #02D794;
}
.TagClassName
{
border-color: #02D794;
}
</style>