Shades of Caribbean Green #02CE7D
Tints of Caribbean Green #02CE7D
RGB
CMYK
RGB Variations
Color information
#02CE7D (or 0x02CE7D) is known color: Caribbean Green. HEX triplet: 02, CE and 7D. RGB value is (2,206,125). Sum of RGB (Red+Green+Blue) = 2+206+125=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CE7D is #FD3182. Grayscale: #878787. Windows color (decimal): -16593283 or 8244738. OLE color: 8244738.
HSL color Cylindrical-coordinate representation of color #02CE7D: hue angle of 156.18º 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 #02CE7D is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 125 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.19 |
| HSL | 156.18º | 0.98% | 0.41% | - |
| HSV(B) | 156.18º | 0.99% | 0.81% | - |
| XYZ | 25.8 | 45.64 | 26.85 | - |
| YUV | 135.77 | 121.91 | 32.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 125 | 0.99 | 0 | 0.39 | 0.19 | 156.18 | 0.98 | 0.41 |
| Hex | 2 | CE | 7D | 63 | 0 | 27 | 13 | 9C | 62 | 29 |
| Octal | 2 | 316 | 175 | 143 | 0 | 47 | 23 | 234 | 142 | 51 |
| Binary | 10 | 11001110 | 1111101 | 1100011 | 0 | 100111 | 10011 | 10011100 | 1100010 | 101001 |
Color Harmonies of #02CE7D
Complementary color
Monochromatic Colors of #02CE7D
Black with #02CE7D
Text Example
Text Example
White with #02CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE7D; }
p { color: rgb(2,206,125); }
H1.HeaderClassName
{
color: #02CE7D;
}
.AnyTagClassName
{
color: #02CE7D;
}
</style>
background-color css
<style>
a { background-color: #02CE7D; }
a { background-color: rgb(2,206,125); }
div.DivClassName
{
background-color: #02CE7D;
}
.BgClassName
{
background-color: #02CE7D;
}
</style>
border-color css
<style>
span { border-color: #02CE7D; }
span { border-color: rgb(2,206,125); }
td.TdClassName
{
border-color: #02CE7D;
}
.TagClassName
{
border-color: #02CE7D;
}
</style>