Shades of Caribbean Green #02CE95
Tints of Caribbean Green #02CE95
RGB
CMYK
RGB Variations
Color information
#02CE95 (or 0x02CE95) is known color: Caribbean Green. HEX triplet: 02, CE and 95. RGB value is (2,206,149). Sum of RGB (Red+Green+Blue) = 2+206+149=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CE95 is #FD316A. Grayscale: #8A8A8A. Windows color (decimal): -16593259 or 9817602. OLE color: 9817602.
HSL color Cylindrical-coordinate representation of color #02CE95: hue angle of 163.24º 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 #02CE95 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 149 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.19 |
| HSL | 163.24º | 0.98% | 0.41% | - |
| HSV(B) | 163.24º | 0.99% | 0.81% | - |
| XYZ | 27.52 | 46.33 | 35.92 | - |
| YUV | 138.51 | 133.91 | 30.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 149 | 0.99 | 0 | 0.28 | 0.19 | 163.24 | 0.98 | 0.41 |
| Hex | 2 | CE | 95 | 63 | 0 | 1C | 13 | A3 | 62 | 29 |
| Octal | 2 | 316 | 225 | 143 | 0 | 34 | 23 | 243 | 142 | 51 |
| Binary | 10 | 11001110 | 10010101 | 1100011 | 0 | 11100 | 10011 | 10100011 | 1100010 | 101001 |
Color Harmonies of #02CE95
Complementary color
Monochromatic Colors of #02CE95
Black with #02CE95
Text Example
Text Example
White with #02CE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE95; }
p { color: rgb(2,206,149); }
H1.HeaderClassName
{
color: #02CE95;
}
.AnyTagClassName
{
color: #02CE95;
}
</style>
background-color css
<style>
a { background-color: #02CE95; }
a { background-color: rgb(2,206,149); }
div.DivClassName
{
background-color: #02CE95;
}
.BgClassName
{
background-color: #02CE95;
}
</style>
border-color css
<style>
span { border-color: #02CE95; }
span { border-color: rgb(2,206,149); }
td.TdClassName
{
border-color: #02CE95;
}
.TagClassName
{
border-color: #02CE95;
}
</style>