Shades of Caribbean Green #02CA83
Tints of Caribbean Green #02CA83
RGB
CMYK
RGB Variations
Color information
#02CA83 (or 0x02CA83) is known color: Caribbean Green. HEX triplet: 02, CA and 83. RGB value is (2,202,131). Sum of RGB (Red+Green+Blue) = 2+202+131=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CA83 is #FD357C. Grayscale: #868686. Windows color (decimal): -16594301 or 8636930. OLE color: 8636930.
HSL color Cylindrical-coordinate representation of color #02CA83: hue angle of 158.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CA83 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 202 | 131 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.21 |
| HSL | 158.7º | 0.98% | 0.4% | - |
| HSV(B) | 158.7º | 0.99% | 0.79% | - |
| XYZ | 25.24 | 43.89 | 28.61 | - |
| YUV | 134.11 | 126.24 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 202 | 131 | 0.99 | 0 | 0.35 | 0.21 | 158.7 | 0.98 | 0.4 |
| Hex | 2 | CA | 83 | 63 | 0 | 23 | 15 | 9F | 62 | 28 |
| Octal | 2 | 312 | 203 | 143 | 0 | 43 | 25 | 237 | 142 | 50 |
| Binary | 10 | 11001010 | 10000011 | 1100011 | 0 | 100011 | 10101 | 10011111 | 1100010 | 101000 |
Color Harmonies of #02CA83
Complementary color
Monochromatic Colors of #02CA83
Black with #02CA83
Text Example
Text Example
White with #02CA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CA83; }
p { color: rgb(2,202,131); }
H1.HeaderClassName
{
color: #02CA83;
}
.AnyTagClassName
{
color: #02CA83;
}
</style>
background-color css
<style>
a { background-color: #02CA83; }
a { background-color: rgb(2,202,131); }
div.DivClassName
{
background-color: #02CA83;
}
.BgClassName
{
background-color: #02CA83;
}
</style>
border-color css
<style>
span { border-color: #02CA83; }
span { border-color: rgb(2,202,131); }
td.TdClassName
{
border-color: #02CA83;
}
.TagClassName
{
border-color: #02CA83;
}
</style>