Shades of Caribbean Green #02D67E
Tints of Caribbean Green #02D67E
RGB
CMYK
RGB Variations
Color information
#02D67E (or 0x02D67E) is known color: Caribbean Green. HEX triplet: 02, D6 and 7E. RGB value is (2,214,126). Sum of RGB (Red+Green+Blue) = 2+214+126=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 214 (83.98% from 255 or 62.57% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 214 - color contains mainly: green. Hex color #02D67E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D67E is #FD2981. Grayscale: #8C8C8C. Windows color (decimal): -16591234 or 8312322. OLE color: 8312322.
HSL color Cylindrical-coordinate representation of color #02D67E: hue angle of 155.09º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D67E is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 126 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.16 |
| HSL | 155.09º | 0.98% | 0.42% | - |
| HSV(B) | 155.09º | 0.99% | 0.84% | - |
| XYZ | 27.84 | 49.61 | 27.85 | - |
| YUV | 140.58 | 119.76 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 126 | 0.99 | 0 | 0.41 | 0.16 | 155.09 | 0.98 | 0.42 |
| Hex | 2 | D6 | 7E | 63 | 0 | 29 | 10 | 9B | 62 | 2A |
| Octal | 2 | 326 | 176 | 143 | 0 | 51 | 20 | 233 | 142 | 52 |
| Binary | 10 | 11010110 | 1111110 | 1100011 | 0 | 101001 | 10000 | 10011011 | 1100010 | 101010 |
Color Harmonies of #02D67E
Complementary color
Monochromatic Colors of #02D67E
Black with #02D67E
Text Example
Text Example
White with #02D67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D67E; }
p { color: rgb(2,214,126); }
H1.HeaderClassName
{
color: #02D67E;
}
.AnyTagClassName
{
color: #02D67E;
}
</style>
background-color css
<style>
a { background-color: #02D67E; }
a { background-color: rgb(2,214,126); }
div.DivClassName
{
background-color: #02D67E;
}
.BgClassName
{
background-color: #02D67E;
}
</style>
border-color css
<style>
span { border-color: #02D67E; }
span { border-color: rgb(2,214,126); }
td.TdClassName
{
border-color: #02D67E;
}
.TagClassName
{
border-color: #02D67E;
}
</style>