Shades of Caribbean Green #02D291
Tints of Caribbean Green #02D291
RGB
CMYK
RGB Variations
Color information
#02D291 (or 0x02D291) is known color: Caribbean Green. HEX triplet: 02, D2 and 91. RGB value is (2,210,145). Sum of RGB (Red+Green+Blue) = 2+210+145=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #02D291 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D291 is #FD2D6E. Grayscale: #8C8C8C. Windows color (decimal): -16592239 or 9556482. OLE color: 9556482.
HSL color Cylindrical-coordinate representation of color #02D291: hue angle of 161.25º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D291 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 145 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.18 |
| HSL | 161.25º | 0.98% | 0.42% | - |
| HSV(B) | 161.25º | 0.99% | 0.82% | - |
| XYZ | 28.18 | 48.15 | 34.6 | - |
| YUV | 140.4 | 130.59 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 145 | 0.99 | 0 | 0.31 | 0.18 | 161.25 | 0.98 | 0.42 |
| Hex | 2 | D2 | 91 | 63 | 0 | 1F | 12 | A1 | 62 | 2A |
| Octal | 2 | 322 | 221 | 143 | 0 | 37 | 22 | 241 | 142 | 52 |
| Binary | 10 | 11010010 | 10010001 | 1100011 | 0 | 11111 | 10010 | 10100001 | 1100010 | 101010 |
Color Harmonies of #02D291
Complementary color
Monochromatic Colors of #02D291
Black with #02D291
Text Example
Text Example
White with #02D291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D291; }
p { color: rgb(2,210,145); }
H1.HeaderClassName
{
color: #02D291;
}
.AnyTagClassName
{
color: #02D291;
}
</style>
background-color css
<style>
a { background-color: #02D291; }
a { background-color: rgb(2,210,145); }
div.DivClassName
{
background-color: #02D291;
}
.BgClassName
{
background-color: #02D291;
}
</style>
border-color css
<style>
span { border-color: #02D291; }
span { border-color: rgb(2,210,145); }
td.TdClassName
{
border-color: #02D291;
}
.TagClassName
{
border-color: #02D291;
}
</style>