Shades of Caribbean Green #02C484
Tints of Caribbean Green #02C484
RGB
CMYK
RGB Variations
Color information
#02C484 (or 0x02C484) is known color: Caribbean Green. HEX triplet: 02, C4 and 84. RGB value is (2,196,132). Sum of RGB (Red+Green+Blue) = 2+196+132=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 196 (76.95% from 255 or 59.39% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 196 - color contains mainly: green. Hex color #02C484 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C484 is #FD3B7B. Grayscale: #828282. Windows color (decimal): -16595836 or 8700930. OLE color: 8700930.
HSL color Cylindrical-coordinate representation of color #02C484: hue angle of 160.21º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C484 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 132 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.23 |
| HSL | 160.21º | 0.98% | 0.39% | - |
| HSV(B) | 160.21º | 0.99% | 0.77% | - |
| XYZ | 23.93 | 41.16 | 28.51 | - |
| YUV | 130.7 | 128.73 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 132 | 0.99 | 0 | 0.33 | 0.23 | 160.21 | 0.98 | 0.39 |
| Hex | 2 | C4 | 84 | 63 | 0 | 21 | 17 | A0 | 62 | 27 |
| Octal | 2 | 304 | 204 | 143 | 0 | 41 | 27 | 240 | 142 | 47 |
| Binary | 10 | 11000100 | 10000100 | 1100011 | 0 | 100001 | 10111 | 10100000 | 1100010 | 100111 |
Color Harmonies of #02C484
Complementary color
Monochromatic Colors of #02C484
Black with #02C484
Text Example
Text Example
White with #02C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C484; }
p { color: rgb(2,196,132); }
H1.HeaderClassName
{
color: #02C484;
}
.AnyTagClassName
{
color: #02C484;
}
</style>
background-color css
<style>
a { background-color: #02C484; }
a { background-color: rgb(2,196,132); }
div.DivClassName
{
background-color: #02C484;
}
.BgClassName
{
background-color: #02C484;
}
</style>
border-color css
<style>
span { border-color: #02C484; }
span { border-color: rgb(2,196,132); }
td.TdClassName
{
border-color: #02C484;
}
.TagClassName
{
border-color: #02C484;
}
</style>