Shades of Caribbean Green #02C982
Tints of Caribbean Green #02C982
RGB
CMYK
RGB Variations
Color information
#02C982 (or 0x02C982) is known color: Caribbean Green. HEX triplet: 02, C9 and 82. RGB value is (2,201,130). Sum of RGB (Red+Green+Blue) = 2+201+130=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #02C982 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C982 is #FD367D. Grayscale: #858585. Windows color (decimal): -16594558 or 8571138. OLE color: 8571138.
HSL color Cylindrical-coordinate representation of color #02C982: hue angle of 158.59º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C982 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 130 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.21 |
| HSL | 158.59º | 0.98% | 0.4% | - |
| HSV(B) | 158.59º | 0.99% | 0.79% | - |
| XYZ | 24.94 | 43.4 | 28.18 | - |
| YUV | 133.41 | 126.07 | 34.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 130 | 0.99 | 0 | 0.35 | 0.21 | 158.59 | 0.98 | 0.4 |
| Hex | 2 | C9 | 82 | 63 | 0 | 23 | 15 | 9F | 62 | 28 |
| Octal | 2 | 311 | 202 | 143 | 0 | 43 | 25 | 237 | 142 | 50 |
| Binary | 10 | 11001001 | 10000010 | 1100011 | 0 | 100011 | 10101 | 10011111 | 1100010 | 101000 |
Color Harmonies of #02C982
Complementary color
Monochromatic Colors of #02C982
Black with #02C982
Text Example
Text Example
White with #02C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C982; }
p { color: rgb(2,201,130); }
H1.HeaderClassName
{
color: #02C982;
}
.AnyTagClassName
{
color: #02C982;
}
</style>
background-color css
<style>
a { background-color: #02C982; }
a { background-color: rgb(2,201,130); }
div.DivClassName
{
background-color: #02C982;
}
.BgClassName
{
background-color: #02C982;
}
</style>
border-color css
<style>
span { border-color: #02C982; }
span { border-color: rgb(2,201,130); }
td.TdClassName
{
border-color: #02C982;
}
.TagClassName
{
border-color: #02C982;
}
</style>