Shades of Caribbean Green #02DF99
Tints of Caribbean Green #02DF99
RGB
CMYK
RGB Variations
Color information
#02DF99 (or 0x02DF99) is known color: Caribbean Green. HEX triplet: 02, DF and 99. RGB value is (2,223,153). Sum of RGB (Red+Green+Blue) = 2+223+153=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 223 (87.5% from 255 or 58.99% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DF99 is #FD2066. Grayscale: #959595. Windows color (decimal): -16588903 or 10084098. OLE color: 10084098.
HSL color Cylindrical-coordinate representation of color #02DF99: hue angle of 161º 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 #02DF99 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 153 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.13 |
| HSL | 161º | 0.98% | 0.44% | - |
| HSV(B) | 161º | 0.99% | 0.87% | - |
| XYZ | 32.16 | 55.09 | 39.07 | - |
| YUV | 148.94 | 130.28 | 23.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 153 | 0.99 | 0 | 0.31 | 0.13 | 161 | 0.98 | 0.44 |
| Hex | 2 | DF | 99 | 63 | 0 | 1F | D | A1 | 62 | 2C |
| Octal | 2 | 337 | 231 | 143 | 0 | 37 | 15 | 241 | 142 | 54 |
| Binary | 10 | 11011111 | 10011001 | 1100011 | 0 | 11111 | 1101 | 10100001 | 1100010 | 101100 |
Color Harmonies of #02DF99
Complementary color
Monochromatic Colors of #02DF99
Black with #02DF99
Text Example
Text Example
White with #02DF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF99; }
p { color: rgb(2,223,153); }
H1.HeaderClassName
{
color: #02DF99;
}
.AnyTagClassName
{
color: #02DF99;
}
</style>
background-color css
<style>
a { background-color: #02DF99; }
a { background-color: rgb(2,223,153); }
div.DivClassName
{
background-color: #02DF99;
}
.BgClassName
{
background-color: #02DF99;
}
</style>
border-color css
<style>
span { border-color: #02DF99; }
span { border-color: rgb(2,223,153); }
td.TdClassName
{
border-color: #02DF99;
}
.TagClassName
{
border-color: #02DF99;
}
</style>