Shades of Caribbean Green #02C799
Tints of Caribbean Green #02C799
RGB
CMYK
RGB Variations
Color information
#02C799 (or 0x02C799) is known color: Caribbean Green. HEX triplet: 02, C7 and 99. RGB value is (2,199,153). Sum of RGB (Red+Green+Blue) = 2+199+153=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 199 (78.12% from 255 or 56.21% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 199 - color contains mainly: green. Hex color #02C799 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C799 is #FD3866. Grayscale: #868686. Windows color (decimal): -16595047 or 10077954. OLE color: 10077954.
HSL color Cylindrical-coordinate representation of color #02C799: hue angle of 165.99º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C799 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 199 | 153 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.22 |
| HSL | 165.99º | 0.98% | 0.39% | - |
| HSV(B) | 165.99º | 0.99% | 0.78% | - |
| XYZ | 26.2 | 43.16 | 37.09 | - |
| YUV | 134.85 | 138.23 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 153 | 0.99 | 0 | 0.23 | 0.22 | 165.99 | 0.98 | 0.39 |
| Hex | 2 | C7 | 99 | 63 | 0 | 17 | 16 | A6 | 62 | 27 |
| Octal | 2 | 307 | 231 | 143 | 0 | 27 | 26 | 246 | 142 | 47 |
| Binary | 10 | 11000111 | 10011001 | 1100011 | 0 | 10111 | 10110 | 10100110 | 1100010 | 100111 |
Color Harmonies of #02C799
Complementary color
Monochromatic Colors of #02C799
Black with #02C799
Text Example
Text Example
White with #02C799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C799; }
p { color: rgb(2,199,153); }
H1.HeaderClassName
{
color: #02C799;
}
.AnyTagClassName
{
color: #02C799;
}
</style>
background-color css
<style>
a { background-color: #02C799; }
a { background-color: rgb(2,199,153); }
div.DivClassName
{
background-color: #02C799;
}
.BgClassName
{
background-color: #02C799;
}
</style>
border-color css
<style>
span { border-color: #02C799; }
span { border-color: rgb(2,199,153); }
td.TdClassName
{
border-color: #02C799;
}
.TagClassName
{
border-color: #02C799;
}
</style>