Shades of Caribbean Green #02D393
Tints of Caribbean Green #02D393
RGB
CMYK
RGB Variations
Color information
#02D393 (or 0x02D393) is known color: Caribbean Green. HEX triplet: 02, D3 and 93. RGB value is (2,211,147). Sum of RGB (Red+Green+Blue) = 2+211+147=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 211 (82.81% from 255 or 58.61% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 211 - color contains mainly: green. Hex color #02D393 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D393 is #FD2C6C. Grayscale: #8D8D8D. Windows color (decimal): -16591981 or 9687810. OLE color: 9687810.
HSL color Cylindrical-coordinate representation of color #02D393: hue angle of 161.63º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D393 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 211 | 147 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.17 |
| HSL | 161.63º | 0.98% | 0.42% | - |
| HSV(B) | 161.63º | 0.99% | 0.83% | - |
| XYZ | 28.59 | 48.71 | 35.5 | - |
| YUV | 141.21 | 131.26 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 147 | 0.99 | 0 | 0.30 | 0.17 | 161.63 | 0.98 | 0.42 |
| Hex | 2 | D3 | 93 | 63 | 0 | 1E | 11 | A2 | 62 | 2A |
| Octal | 2 | 323 | 223 | 143 | 0 | 36 | 21 | 242 | 142 | 52 |
| Binary | 10 | 11010011 | 10010011 | 1100011 | 0 | 11110 | 10001 | 10100010 | 1100010 | 101010 |
Color Harmonies of #02D393
Complementary color
Monochromatic Colors of #02D393
Black with #02D393
Text Example
Text Example
White with #02D393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D393; }
p { color: rgb(2,211,147); }
H1.HeaderClassName
{
color: #02D393;
}
.AnyTagClassName
{
color: #02D393;
}
</style>
background-color css
<style>
a { background-color: #02D393; }
a { background-color: rgb(2,211,147); }
div.DivClassName
{
background-color: #02D393;
}
.BgClassName
{
background-color: #02D393;
}
</style>
border-color css
<style>
span { border-color: #02D393; }
span { border-color: rgb(2,211,147); }
td.TdClassName
{
border-color: #02D393;
}
.TagClassName
{
border-color: #02D393;
}
</style>