Shades of Caribbean Green #02D678
Tints of Caribbean Green #02D678
RGB
CMYK
RGB Variations
Color information
#02D678 (or 0x02D678) is known color: Caribbean Green. HEX triplet: 02, D6 and 78. RGB value is (2,214,120). Sum of RGB (Red+Green+Blue) = 2+214+120=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #02D678 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D678 is #FD2987. Grayscale: #8C8C8C. Windows color (decimal): -16591240 or 7919106. OLE color: 7919106.
HSL color Cylindrical-coordinate representation of color #02D678: hue angle of 153.4º 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 #02D678 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 120 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.16 |
| HSL | 153.4º | 0.98% | 0.42% | - |
| HSV(B) | 153.4º | 0.99% | 0.84% | - |
| XYZ | 27.46 | 49.46 | 25.87 | - |
| YUV | 139.9 | 116.76 | 29.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 120 | 0.99 | 0 | 0.44 | 0.16 | 153.4 | 0.98 | 0.42 |
| Hex | 2 | D6 | 78 | 63 | 0 | 2C | 10 | 99 | 62 | 2A |
| Octal | 2 | 326 | 170 | 143 | 0 | 54 | 20 | 231 | 142 | 52 |
| Binary | 10 | 11010110 | 1111000 | 1100011 | 0 | 101100 | 10000 | 10011001 | 1100010 | 101010 |
Color Harmonies of #02D678
Complementary color
Monochromatic Colors of #02D678
Black with #02D678
Text Example
Text Example
White with #02D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D678; }
p { color: rgb(2,214,120); }
H1.HeaderClassName
{
color: #02D678;
}
.AnyTagClassName
{
color: #02D678;
}
</style>
background-color css
<style>
a { background-color: #02D678; }
a { background-color: rgb(2,214,120); }
div.DivClassName
{
background-color: #02D678;
}
.BgClassName
{
background-color: #02D678;
}
</style>
border-color css
<style>
span { border-color: #02D678; }
span { border-color: rgb(2,214,120); }
td.TdClassName
{
border-color: #02D678;
}
.TagClassName
{
border-color: #02D678;
}
</style>