Shades of Caribbean Green #02D87D
Tints of Caribbean Green #02D87D
RGB
CMYK
RGB Variations
Color information
#02D87D (or 0x02D87D) is known color: Caribbean Green. HEX triplet: 02, D8 and 7D. RGB value is (2,216,125). Sum of RGB (Red+Green+Blue) = 2+216+125=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 216 (84.77% from 255 or 62.97% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 216 - color contains mainly: green. Hex color #02D87D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D87D is #FD2782. Grayscale: #8D8D8D. Windows color (decimal): -16590723 or 8247298. OLE color: 8247298.
HSL color Cylindrical-coordinate representation of color #02D87D: hue angle of 154.49º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D87D is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 216 | 125 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.15 |
| HSL | 154.49º | 0.98% | 0.43% | - |
| HSV(B) | 154.49º | 0.99% | 0.85% | - |
| XYZ | 28.28 | 50.61 | 27.68 | - |
| YUV | 141.64 | 118.6 | 28.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 216 | 125 | 0.99 | 0 | 0.42 | 0.15 | 154.49 | 0.98 | 0.43 |
| Hex | 2 | D8 | 7D | 63 | 0 | 2A | F | 9A | 62 | 2B |
| Octal | 2 | 330 | 175 | 143 | 0 | 52 | 17 | 232 | 142 | 53 |
| Binary | 10 | 11011000 | 1111101 | 1100011 | 0 | 101010 | 1111 | 10011010 | 1100010 | 101011 |
Color Harmonies of #02D87D
Complementary color
Monochromatic Colors of #02D87D
Black with #02D87D
Text Example
Text Example
White with #02D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D87D; }
p { color: rgb(2,216,125); }
H1.HeaderClassName
{
color: #02D87D;
}
.AnyTagClassName
{
color: #02D87D;
}
</style>
background-color css
<style>
a { background-color: #02D87D; }
a { background-color: rgb(2,216,125); }
div.DivClassName
{
background-color: #02D87D;
}
.BgClassName
{
background-color: #02D87D;
}
</style>
border-color css
<style>
span { border-color: #02D87D; }
span { border-color: rgb(2,216,125); }
td.TdClassName
{
border-color: #02D87D;
}
.TagClassName
{
border-color: #02D87D;
}
</style>