Shades of Caribbean Green #02D07B
Tints of Caribbean Green #02D07B
RGB
CMYK
RGB Variations
Color information
#02D07B (or 0x02D07B) is known color: Caribbean Green. HEX triplet: 02, D0 and 7B. RGB value is (2,208,123). Sum of RGB (Red+Green+Blue) = 2+208+123=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #02D07B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D07B is #FD2F84. Grayscale: #888888. Windows color (decimal): -16592773 or 8114178. OLE color: 8114178.
HSL color Cylindrical-coordinate representation of color #02D07B: hue angle of 155.24º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D07B is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 123 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.18 |
| HSL | 155.24º | 0.98% | 0.41% | - |
| HSV(B) | 155.24º | 0.99% | 0.82% | - |
| XYZ | 26.16 | 46.55 | 26.35 | - |
| YUV | 136.72 | 120.25 | 31.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 123 | 0.99 | 0 | 0.41 | 0.18 | 155.24 | 0.98 | 0.41 |
| Hex | 2 | D0 | 7B | 63 | 0 | 29 | 12 | 9B | 62 | 29 |
| Octal | 2 | 320 | 173 | 143 | 0 | 51 | 22 | 233 | 142 | 51 |
| Binary | 10 | 11010000 | 1111011 | 1100011 | 0 | 101001 | 10010 | 10011011 | 1100010 | 101001 |
Color Harmonies of #02D07B
Complementary color
Monochromatic Colors of #02D07B
Black with #02D07B
Text Example
Text Example
White with #02D07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D07B; }
p { color: rgb(2,208,123); }
H1.HeaderClassName
{
color: #02D07B;
}
.AnyTagClassName
{
color: #02D07B;
}
</style>
background-color css
<style>
a { background-color: #02D07B; }
a { background-color: rgb(2,208,123); }
div.DivClassName
{
background-color: #02D07B;
}
.BgClassName
{
background-color: #02D07B;
}
</style>
border-color css
<style>
span { border-color: #02D07B; }
span { border-color: rgb(2,208,123); }
td.TdClassName
{
border-color: #02D07B;
}
.TagClassName
{
border-color: #02D07B;
}
</style>