Shades of Caribbean Green #02D576
Tints of Caribbean Green #02D576
RGB
CMYK
RGB Variations
Color information
#02D576 (or 0x02D576) is known color: Caribbean Green. HEX triplet: 02, D5 and 76. RGB value is (2,213,118). Sum of RGB (Red+Green+Blue) = 2+213+118=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #02D576 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D576 is #FD2A89. Grayscale: #8B8B8B. Windows color (decimal): -16591498 or 7787778. OLE color: 7787778.
HSL color Cylindrical-coordinate representation of color #02D576: hue angle of 152.99º 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 #02D576 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 118 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.16 |
| HSL | 152.99º | 0.98% | 0.42% | - |
| HSV(B) | 152.99º | 0.99% | 0.84% | - |
| XYZ | 27.09 | 48.91 | 25.15 | - |
| YUV | 139.08 | 116.1 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 118 | 0.99 | 0 | 0.45 | 0.16 | 152.99 | 0.98 | 0.42 |
| Hex | 2 | D5 | 76 | 63 | 0 | 2D | 10 | 99 | 62 | 2A |
| Octal | 2 | 325 | 166 | 143 | 0 | 55 | 20 | 231 | 142 | 52 |
| Binary | 10 | 11010101 | 1110110 | 1100011 | 0 | 101101 | 10000 | 10011001 | 1100010 | 101010 |
Color Harmonies of #02D576
Complementary color
Monochromatic Colors of #02D576
Black with #02D576
Text Example
Text Example
White with #02D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D576; }
p { color: rgb(2,213,118); }
H1.HeaderClassName
{
color: #02D576;
}
.AnyTagClassName
{
color: #02D576;
}
</style>
background-color css
<style>
a { background-color: #02D576; }
a { background-color: rgb(2,213,118); }
div.DivClassName
{
background-color: #02D576;
}
.BgClassName
{
background-color: #02D576;
}
</style>
border-color css
<style>
span { border-color: #02D576; }
span { border-color: rgb(2,213,118); }
td.TdClassName
{
border-color: #02D576;
}
.TagClassName
{
border-color: #02D576;
}
</style>