Shades of Caribbean Green #02D275
Tints of Caribbean Green #02D275
RGB
CMYK
RGB Variations
Color information
#02D275 (or 0x02D275) is known color: Caribbean Green. HEX triplet: 02, D2 and 75. RGB value is (2,210,117). Sum of RGB (Red+Green+Blue) = 2+210+117=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #02D275 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D275 is #FD2D8A. Grayscale: #898989. Windows color (decimal): -16592267 or 7721474. OLE color: 7721474.
HSL color Cylindrical-coordinate representation of color #02D275: hue angle of 153.17º 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 #02D275 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 117 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.18 |
| HSL | 153.17º | 0.98% | 0.42% | - |
| HSV(B) | 153.17º | 0.99% | 0.82% | - |
| XYZ | 26.28 | 47.39 | 24.59 | - |
| YUV | 137.21 | 116.59 | 31.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 117 | 0.99 | 0 | 0.44 | 0.18 | 153.17 | 0.98 | 0.42 |
| Hex | 2 | D2 | 75 | 63 | 0 | 2C | 12 | 99 | 62 | 2A |
| Octal | 2 | 322 | 165 | 143 | 0 | 54 | 22 | 231 | 142 | 52 |
| Binary | 10 | 11010010 | 1110101 | 1100011 | 0 | 101100 | 10010 | 10011001 | 1100010 | 101010 |
Color Harmonies of #02D275
Complementary color
Monochromatic Colors of #02D275
Black with #02D275
Text Example
Text Example
White with #02D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D275; }
p { color: rgb(2,210,117); }
H1.HeaderClassName
{
color: #02D275;
}
.AnyTagClassName
{
color: #02D275;
}
</style>
background-color css
<style>
a { background-color: #02D275; }
a { background-color: rgb(2,210,117); }
div.DivClassName
{
background-color: #02D275;
}
.BgClassName
{
background-color: #02D275;
}
</style>
border-color css
<style>
span { border-color: #02D275; }
span { border-color: rgb(2,210,117); }
td.TdClassName
{
border-color: #02D275;
}
.TagClassName
{
border-color: #02D275;
}
</style>