Shades of Caribbean Green #02D575
Tints of Caribbean Green #02D575
RGB
CMYK
RGB Variations
Color information
#02D575 (or 0x02D575) is known color: Caribbean Green. HEX triplet: 02, D5 and 75. RGB value is (2,213,117). Sum of RGB (Red+Green+Blue) = 2+213+117=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 213 (83.59% from 255 or 64.16% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 213 - color contains mainly: green. Hex color #02D575 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D575 is #FD2A8A. Grayscale: #8B8B8B. Windows color (decimal): -16591499 or 7722242. OLE color: 7722242.
HSL color Cylindrical-coordinate representation of color #02D575: hue angle of 152.7º 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 #02D575 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 117 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.16 |
| HSL | 152.7º | 0.98% | 0.42% | - |
| HSV(B) | 152.7º | 0.99% | 0.84% | - |
| XYZ | 27.03 | 48.89 | 24.84 | - |
| YUV | 138.97 | 115.6 | 30.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 117 | 0.99 | 0 | 0.45 | 0.16 | 152.7 | 0.98 | 0.42 |
| Hex | 2 | D5 | 75 | 63 | 0 | 2D | 10 | 99 | 62 | 2A |
| Octal | 2 | 325 | 165 | 143 | 0 | 55 | 20 | 231 | 142 | 52 |
| Binary | 10 | 11010101 | 1110101 | 1100011 | 0 | 101101 | 10000 | 10011001 | 1100010 | 101010 |
Color Harmonies of #02D575
Complementary color
Monochromatic Colors of #02D575
Black with #02D575
Text Example
Text Example
White with #02D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D575; }
p { color: rgb(2,213,117); }
H1.HeaderClassName
{
color: #02D575;
}
.AnyTagClassName
{
color: #02D575;
}
</style>
background-color css
<style>
a { background-color: #02D575; }
a { background-color: rgb(2,213,117); }
div.DivClassName
{
background-color: #02D575;
}
.BgClassName
{
background-color: #02D575;
}
</style>
border-color css
<style>
span { border-color: #02D575; }
span { border-color: rgb(2,213,117); }
td.TdClassName
{
border-color: #02D575;
}
.TagClassName
{
border-color: #02D575;
}
</style>