Shades of Caribbean Green #02CC77
Tints of Caribbean Green #02CC77
RGB
CMYK
RGB Variations
Color information
#02CC77 (or 0x02CC77) is known color: Caribbean Green. HEX triplet: 02, CC and 77. RGB value is (2,204,119). Sum of RGB (Red+Green+Blue) = 2+204+119=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CC77 is #FD3388. Grayscale: #868686. Windows color (decimal): -16593801 or 7851010. OLE color: 7851010.
HSL color Cylindrical-coordinate representation of color #02CC77: hue angle of 154.75º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CC77 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 204 | 119 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.2 |
| HSL | 154.75º | 0.98% | 0.4% | - |
| HSV(B) | 154.75º | 0.99% | 0.8% | - |
| XYZ | 24.95 | 44.53 | 24.73 | - |
| YUV | 133.91 | 119.58 | 33.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 204 | 119 | 0.99 | 0 | 0.42 | 0.2 | 154.75 | 0.98 | 0.4 |
| Hex | 2 | CC | 77 | 63 | 0 | 2A | 14 | 9B | 62 | 28 |
| Octal | 2 | 314 | 167 | 143 | 0 | 52 | 24 | 233 | 142 | 50 |
| Binary | 10 | 11001100 | 1110111 | 1100011 | 0 | 101010 | 10100 | 10011011 | 1100010 | 101000 |
Color Harmonies of #02CC77
Complementary color
Monochromatic Colors of #02CC77
Black with #02CC77
Text Example
Text Example
White with #02CC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CC77; }
p { color: rgb(2,204,119); }
H1.HeaderClassName
{
color: #02CC77;
}
.AnyTagClassName
{
color: #02CC77;
}
</style>
background-color css
<style>
a { background-color: #02CC77; }
a { background-color: rgb(2,204,119); }
div.DivClassName
{
background-color: #02CC77;
}
.BgClassName
{
background-color: #02CC77;
}
</style>
border-color css
<style>
span { border-color: #02CC77; }
span { border-color: rgb(2,204,119); }
td.TdClassName
{
border-color: #02CC77;
}
.TagClassName
{
border-color: #02CC77;
}
</style>