Shades of Caribbean Green #02CB81
Tints of Caribbean Green #02CB81
RGB
CMYK
RGB Variations
Color information
#02CB81 (or 0x02CB81) is known color: Caribbean Green. HEX triplet: 02, CB and 81. RGB value is (2,203,129). Sum of RGB (Red+Green+Blue) = 2+203+129=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 203 (79.69% from 255 or 60.78% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CB81 is #FD347E. Grayscale: #868686. Windows color (decimal): -16594047 or 8506114. OLE color: 8506114.
HSL color Cylindrical-coordinate representation of color #02CB81: hue angle of 157.91º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CB81 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 129 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.20 |
| HSL | 157.91º | 0.98% | 0.4% | - |
| HSV(B) | 157.91º | 0.99% | 0.8% | - |
| XYZ | 25.34 | 44.31 | 27.99 | - |
| YUV | 134.47 | 124.91 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 129 | 0.99 | 0 | 0.36 | 0.20 | 157.91 | 0.98 | 0.4 |
| Hex | 2 | CB | 81 | 63 | 0 | 24 | 14 | 9E | 62 | 28 |
| Octal | 2 | 313 | 201 | 143 | 0 | 44 | 24 | 236 | 142 | 50 |
| Binary | 10 | 11001011 | 10000001 | 1100011 | 0 | 100100 | 10100 | 10011110 | 1100010 | 101000 |
Color Harmonies of #02CB81
Complementary color
Monochromatic Colors of #02CB81
Black with #02CB81
Text Example
Text Example
White with #02CB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CB81; }
p { color: rgb(2,203,129); }
H1.HeaderClassName
{
color: #02CB81;
}
.AnyTagClassName
{
color: #02CB81;
}
</style>
background-color css
<style>
a { background-color: #02CB81; }
a { background-color: rgb(2,203,129); }
div.DivClassName
{
background-color: #02CB81;
}
.BgClassName
{
background-color: #02CB81;
}
</style>
border-color css
<style>
span { border-color: #02CB81; }
span { border-color: rgb(2,203,129); }
td.TdClassName
{
border-color: #02CB81;
}
.TagClassName
{
border-color: #02CB81;
}
</style>