Shades of Caribbean Green #02DD85
Tints of Caribbean Green #02DD85
RGB
CMYK
RGB Variations
Color information
#02DD85 (or 0x02DD85) is known color: Caribbean Green. HEX triplet: 02, DD and 85. RGB value is (2,221,133). Sum of RGB (Red+Green+Blue) = 2+221+133=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 221 (86.72% from 255 or 62.08% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DD85 is #FD227A. Grayscale: #919191. Windows color (decimal): -16589435 or 8772866. OLE color: 8772866.
HSL color Cylindrical-coordinate representation of color #02DD85: hue angle of 155.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DD85 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 133 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.13 |
| HSL | 155.89º | 0.98% | 0.44% | - |
| HSV(B) | 155.89º | 0.99% | 0.87% | - |
| XYZ | 30.12 | 53.42 | 30.91 | - |
| YUV | 145.49 | 120.95 | 25.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 133 | 0.99 | 0 | 0.40 | 0.13 | 155.89 | 0.98 | 0.44 |
| Hex | 2 | DD | 85 | 63 | 0 | 28 | D | 9C | 62 | 2C |
| Octal | 2 | 335 | 205 | 143 | 0 | 50 | 15 | 234 | 142 | 54 |
| Binary | 10 | 11011101 | 10000101 | 1100011 | 0 | 101000 | 1101 | 10011100 | 1100010 | 101100 |
Color Harmonies of #02DD85
Complementary color
Monochromatic Colors of #02DD85
Black with #02DD85
Text Example
Text Example
White with #02DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD85; }
p { color: rgb(2,221,133); }
H1.HeaderClassName
{
color: #02DD85;
}
.AnyTagClassName
{
color: #02DD85;
}
</style>
background-color css
<style>
a { background-color: #02DD85; }
a { background-color: rgb(2,221,133); }
div.DivClassName
{
background-color: #02DD85;
}
.BgClassName
{
background-color: #02DD85;
}
</style>
border-color css
<style>
span { border-color: #02DD85; }
span { border-color: rgb(2,221,133); }
td.TdClassName
{
border-color: #02DD85;
}
.TagClassName
{
border-color: #02DD85;
}
</style>