Shades of Caribbean Green #02D27A
Tints of Caribbean Green #02D27A
RGB
CMYK
RGB Variations
Color information
#02D27A (or 0x02D27A) is known color: Caribbean Green. HEX triplet: 02, D2 and 7A. RGB value is (2,210,122). Sum of RGB (Red+Green+Blue) = 2+210+122=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 210 (82.42% from 255 or 62.87% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 210 - color contains mainly: green. Hex color #02D27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D27A is #FD2D85. Grayscale: #898989. Windows color (decimal): -16592262 or 8049154. OLE color: 8049154.
HSL color Cylindrical-coordinate representation of color #02D27A: hue angle of 154.62º 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 #02D27A is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 122 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.18 |
| HSL | 154.62º | 0.98% | 0.42% | - |
| HSV(B) | 154.62º | 0.99% | 0.82% | - |
| XYZ | 26.58 | 47.51 | 26.18 | - |
| YUV | 137.78 | 119.09 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 122 | 0.99 | 0 | 0.42 | 0.18 | 154.62 | 0.98 | 0.42 |
| Hex | 2 | D2 | 7A | 63 | 0 | 2A | 12 | 9B | 62 | 2A |
| Octal | 2 | 322 | 172 | 143 | 0 | 52 | 22 | 233 | 142 | 52 |
| Binary | 10 | 11010010 | 1111010 | 1100011 | 0 | 101010 | 10010 | 10011011 | 1100010 | 101010 |
Color Harmonies of #02D27A
Complementary color
Monochromatic Colors of #02D27A
Black with #02D27A
Text Example
Text Example
White with #02D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D27A; }
p { color: rgb(2,210,122); }
H1.HeaderClassName
{
color: #02D27A;
}
.AnyTagClassName
{
color: #02D27A;
}
</style>
background-color css
<style>
a { background-color: #02D27A; }
a { background-color: rgb(2,210,122); }
div.DivClassName
{
background-color: #02D27A;
}
.BgClassName
{
background-color: #02D27A;
}
</style>
border-color css
<style>
span { border-color: #02D27A; }
span { border-color: rgb(2,210,122); }
td.TdClassName
{
border-color: #02D27A;
}
.TagClassName
{
border-color: #02D27A;
}
</style>