Shades of Caribbean Green #02D479
Tints of Caribbean Green #02D479
RGB
CMYK
RGB Variations
Color information
#02D479 (or 0x02D479) is known color: Caribbean Green. HEX triplet: 02, D4 and 79. RGB value is (2,212,121). Sum of RGB (Red+Green+Blue) = 2+212+121=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 212 (83.20% from 255 or 63.28% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 212 - color contains mainly: green. Hex color #02D479 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D479 is #FD2B86. Grayscale: #8A8A8A. Windows color (decimal): -16591751 or 7984130. OLE color: 7984130.
HSL color Cylindrical-coordinate representation of color #02D479: hue angle of 154º 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 #02D479 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 212 | 121 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.17 |
| HSL | 154º | 0.98% | 0.42% | - |
| HSV(B) | 154º | 0.99% | 0.83% | - |
| XYZ | 27.02 | 48.48 | 26.02 | - |
| YUV | 138.84 | 117.93 | 30.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 212 | 121 | 0.99 | 0 | 0.43 | 0.17 | 154 | 0.98 | 0.42 |
| Hex | 2 | D4 | 79 | 63 | 0 | 2B | 11 | 9A | 62 | 2A |
| Octal | 2 | 324 | 171 | 143 | 0 | 53 | 21 | 232 | 142 | 52 |
| Binary | 10 | 11010100 | 1111001 | 1100011 | 0 | 101011 | 10001 | 10011010 | 1100010 | 101010 |
Color Harmonies of #02D479
Complementary color
Monochromatic Colors of #02D479
Black with #02D479
Text Example
Text Example
White with #02D479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D479; }
p { color: rgb(2,212,121); }
H1.HeaderClassName
{
color: #02D479;
}
.AnyTagClassName
{
color: #02D479;
}
</style>
background-color css
<style>
a { background-color: #02D479; }
a { background-color: rgb(2,212,121); }
div.DivClassName
{
background-color: #02D479;
}
.BgClassName
{
background-color: #02D479;
}
</style>
border-color css
<style>
span { border-color: #02D479; }
span { border-color: rgb(2,212,121); }
td.TdClassName
{
border-color: #02D479;
}
.TagClassName
{
border-color: #02D479;
}
</style>