Shades of Caribbean Green #02C97F
Tints of Caribbean Green #02C97F
RGB
CMYK
RGB Variations
Color information
#02C97F (or 0x02C97F) is known color: Caribbean Green. HEX triplet: 02, C9 and 7F. RGB value is (2,201,127). Sum of RGB (Red+Green+Blue) = 2+201+127=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 201 (78.91% from 255 or 60.91% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 201 - color contains mainly: green. Hex color #02C97F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C97F is #FD3680. Grayscale: #858585. Windows color (decimal): -16594561 or 8374530. OLE color: 8374530.
HSL color Cylindrical-coordinate representation of color #02C97F: hue angle of 157.69º 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 #02C97F is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 127 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.21 |
| HSL | 157.69º | 0.98% | 0.4% | - |
| HSV(B) | 157.69º | 0.99% | 0.79% | - |
| XYZ | 24.74 | 43.32 | 27.14 | - |
| YUV | 133.06 | 124.57 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 127 | 0.99 | 0 | 0.37 | 0.21 | 157.69 | 0.98 | 0.4 |
| Hex | 2 | C9 | 7F | 63 | 0 | 25 | 15 | 9E | 62 | 28 |
| Octal | 2 | 311 | 177 | 143 | 0 | 45 | 25 | 236 | 142 | 50 |
| Binary | 10 | 11001001 | 1111111 | 1100011 | 0 | 100101 | 10101 | 10011110 | 1100010 | 101000 |
Color Harmonies of #02C97F
Complementary color
Monochromatic Colors of #02C97F
Black with #02C97F
Text Example
Text Example
White with #02C97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C97F; }
p { color: rgb(2,201,127); }
H1.HeaderClassName
{
color: #02C97F;
}
.AnyTagClassName
{
color: #02C97F;
}
</style>
background-color css
<style>
a { background-color: #02C97F; }
a { background-color: rgb(2,201,127); }
div.DivClassName
{
background-color: #02C97F;
}
.BgClassName
{
background-color: #02C97F;
}
</style>
border-color css
<style>
span { border-color: #02C97F; }
span { border-color: rgb(2,201,127); }
td.TdClassName
{
border-color: #02C97F;
}
.TagClassName
{
border-color: #02C97F;
}
</style>