Shades of Caribbean Green #02D07C
Tints of Caribbean Green #02D07C
RGB
CMYK
RGB Variations
Color information
#02D07C (or 0x02D07C) is known color: Caribbean Green. HEX triplet: 02, D0 and 7C. RGB value is (2,208,124). Sum of RGB (Red+Green+Blue) = 2+208+124=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #02D07C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D07C is #FD2F83. Grayscale: #888888. Windows color (decimal): -16592772 or 8179714. OLE color: 8179714.
HSL color Cylindrical-coordinate representation of color #02D07C: hue angle of 155.53º 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 #02D07C is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 124 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.18 |
| HSL | 155.53º | 0.98% | 0.41% | - |
| HSV(B) | 155.53º | 0.99% | 0.82% | - |
| XYZ | 26.22 | 46.58 | 26.68 | - |
| YUV | 136.83 | 120.75 | 31.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 124 | 0.99 | 0 | 0.40 | 0.18 | 155.53 | 0.98 | 0.41 |
| Hex | 2 | D0 | 7C | 63 | 0 | 28 | 12 | 9C | 62 | 29 |
| Octal | 2 | 320 | 174 | 143 | 0 | 50 | 22 | 234 | 142 | 51 |
| Binary | 10 | 11010000 | 1111100 | 1100011 | 0 | 101000 | 10010 | 10011100 | 1100010 | 101001 |
Color Harmonies of #02D07C
Complementary color
Monochromatic Colors of #02D07C
Black with #02D07C
Text Example
Text Example
White with #02D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D07C; }
p { color: rgb(2,208,124); }
H1.HeaderClassName
{
color: #02D07C;
}
.AnyTagClassName
{
color: #02D07C;
}
</style>
background-color css
<style>
a { background-color: #02D07C; }
a { background-color: rgb(2,208,124); }
div.DivClassName
{
background-color: #02D07C;
}
.BgClassName
{
background-color: #02D07C;
}
</style>
border-color css
<style>
span { border-color: #02D07C; }
span { border-color: rgb(2,208,124); }
td.TdClassName
{
border-color: #02D07C;
}
.TagClassName
{
border-color: #02D07C;
}
</style>