Shades of Caribbean Green #02CF76
Tints of Caribbean Green #02CF76
RGB
CMYK
RGB Variations
Color information
#02CF76 (or 0x02CF76) is known color: Caribbean Green. HEX triplet: 02, CF and 76. RGB value is (2,207,118). Sum of RGB (Red+Green+Blue) = 2+207+118=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 207 (81.25% from 255 or 63.30% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CF76 is #FD3089. Grayscale: #878787. Windows color (decimal): -16593034 or 7786242. OLE color: 7786242.
HSL color Cylindrical-coordinate representation of color #02CF76: hue angle of 153.95º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CF76 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 118 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.19 |
| HSL | 153.95º | 0.98% | 0.41% | - |
| HSV(B) | 153.95º | 0.99% | 0.81% | - |
| XYZ | 25.61 | 45.95 | 24.66 | - |
| YUV | 135.56 | 118.08 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 118 | 0.99 | 0 | 0.43 | 0.19 | 153.95 | 0.98 | 0.41 |
| Hex | 2 | CF | 76 | 63 | 0 | 2B | 13 | 9A | 62 | 29 |
| Octal | 2 | 317 | 166 | 143 | 0 | 53 | 23 | 232 | 142 | 51 |
| Binary | 10 | 11001111 | 1110110 | 1100011 | 0 | 101011 | 10011 | 10011010 | 1100010 | 101001 |
Color Harmonies of #02CF76
Complementary color
Monochromatic Colors of #02CF76
Black with #02CF76
Text Example
Text Example
White with #02CF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF76; }
p { color: rgb(2,207,118); }
H1.HeaderClassName
{
color: #02CF76;
}
.AnyTagClassName
{
color: #02CF76;
}
</style>
background-color css
<style>
a { background-color: #02CF76; }
a { background-color: rgb(2,207,118); }
div.DivClassName
{
background-color: #02CF76;
}
.BgClassName
{
background-color: #02CF76;
}
</style>
border-color css
<style>
span { border-color: #02CF76; }
span { border-color: rgb(2,207,118); }
td.TdClassName
{
border-color: #02CF76;
}
.TagClassName
{
border-color: #02CF76;
}
</style>