Shades of Caribbean Green #02CE85
Tints of Caribbean Green #02CE85
RGB
CMYK
RGB Variations
Color information
#02CE85 (or 0x02CE85) is known color: Caribbean Green. HEX triplet: 02, CE and 85. RGB value is (2,206,133). Sum of RGB (Red+Green+Blue) = 2+206+133=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CE85 is #FD317A. Grayscale: #888888. Windows color (decimal): -16593275 or 8769026. OLE color: 8769026.
HSL color Cylindrical-coordinate representation of color #02CE85: hue angle of 158.53º 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 #02CE85 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 133 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.19 |
| HSL | 158.53º | 0.98% | 0.41% | - |
| HSV(B) | 158.53º | 0.99% | 0.81% | - |
| XYZ | 26.33 | 45.85 | 29.65 | - |
| YUV | 136.68 | 125.91 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 133 | 0.99 | 0 | 0.35 | 0.19 | 158.53 | 0.98 | 0.41 |
| Hex | 2 | CE | 85 | 63 | 0 | 23 | 13 | 9F | 62 | 29 |
| Octal | 2 | 316 | 205 | 143 | 0 | 43 | 23 | 237 | 142 | 51 |
| Binary | 10 | 11001110 | 10000101 | 1100011 | 0 | 100011 | 10011 | 10011111 | 1100010 | 101001 |
Color Harmonies of #02CE85
Complementary color
Monochromatic Colors of #02CE85
Black with #02CE85
Text Example
Text Example
White with #02CE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE85; }
p { color: rgb(2,206,133); }
H1.HeaderClassName
{
color: #02CE85;
}
.AnyTagClassName
{
color: #02CE85;
}
</style>
background-color css
<style>
a { background-color: #02CE85; }
a { background-color: rgb(2,206,133); }
div.DivClassName
{
background-color: #02CE85;
}
.BgClassName
{
background-color: #02CE85;
}
</style>
border-color css
<style>
span { border-color: #02CE85; }
span { border-color: rgb(2,206,133); }
td.TdClassName
{
border-color: #02CE85;
}
.TagClassName
{
border-color: #02CE85;
}
</style>