Shades of Caribbean Green #02C581
Tints of Caribbean Green #02C581
RGB
CMYK
RGB Variations
Color information
#02C581 (or 0x02C581) is known color: Caribbean Green. HEX triplet: 02, C5 and 81. RGB value is (2,197,129). Sum of RGB (Red+Green+Blue) = 2+197+129=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #02C581 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C581 is #FD3A7E. Grayscale: #838383. Windows color (decimal): -16595583 or 8504578. OLE color: 8504578.
HSL color Cylindrical-coordinate representation of color #02C581: hue angle of 159.08º 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 #02C581 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 129 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.23 |
| HSL | 159.08º | 0.98% | 0.39% | - |
| HSV(B) | 159.08º | 0.99% | 0.77% | - |
| XYZ | 23.95 | 41.53 | 27.52 | - |
| YUV | 130.94 | 126.9 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 129 | 0.99 | 0 | 0.35 | 0.23 | 159.08 | 0.98 | 0.39 |
| Hex | 2 | C5 | 81 | 63 | 0 | 23 | 17 | 9F | 62 | 27 |
| Octal | 2 | 305 | 201 | 143 | 0 | 43 | 27 | 237 | 142 | 47 |
| Binary | 10 | 11000101 | 10000001 | 1100011 | 0 | 100011 | 10111 | 10011111 | 1100010 | 100111 |
Color Harmonies of #02C581
Complementary color
Monochromatic Colors of #02C581
Black with #02C581
Text Example
Text Example
White with #02C581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C581; }
p { color: rgb(2,197,129); }
H1.HeaderClassName
{
color: #02C581;
}
.AnyTagClassName
{
color: #02C581;
}
</style>
background-color css
<style>
a { background-color: #02C581; }
a { background-color: rgb(2,197,129); }
div.DivClassName
{
background-color: #02C581;
}
.BgClassName
{
background-color: #02C581;
}
</style>
border-color css
<style>
span { border-color: #02C581; }
span { border-color: rgb(2,197,129); }
td.TdClassName
{
border-color: #02C581;
}
.TagClassName
{
border-color: #02C581;
}
</style>