Shades of Caribbean Green #02CF92
Tints of Caribbean Green #02CF92
RGB
CMYK
RGB Variations
Color information
#02CF92 (or 0x02CF92) is known color: Caribbean Green. HEX triplet: 02, CF and 92. RGB value is (2,207,146). Sum of RGB (Red+Green+Blue) = 2+207+146=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CF92 is #FD306D. Grayscale: #8A8A8A. Windows color (decimal): -16593006 or 9621250. OLE color: 9621250.
HSL color Cylindrical-coordinate representation of color #02CF92: hue angle of 162.15º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CF92 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 146 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.19 |
| HSL | 162.15º | 0.98% | 0.41% | - |
| HSV(B) | 162.15º | 0.99% | 0.81% | - |
| XYZ | 27.53 | 46.71 | 34.76 | - |
| YUV | 138.75 | 132.08 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 146 | 0.99 | 0 | 0.29 | 0.19 | 162.15 | 0.98 | 0.41 |
| Hex | 2 | CF | 92 | 63 | 0 | 1D | 13 | A2 | 62 | 29 |
| Octal | 2 | 317 | 222 | 143 | 0 | 35 | 23 | 242 | 142 | 51 |
| Binary | 10 | 11001111 | 10010010 | 1100011 | 0 | 11101 | 10011 | 10100010 | 1100010 | 101001 |
Color Harmonies of #02CF92
Complementary color
Monochromatic Colors of #02CF92
Black with #02CF92
Text Example
Text Example
White with #02CF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF92; }
p { color: rgb(2,207,146); }
H1.HeaderClassName
{
color: #02CF92;
}
.AnyTagClassName
{
color: #02CF92;
}
</style>
background-color css
<style>
a { background-color: #02CF92; }
a { background-color: rgb(2,207,146); }
div.DivClassName
{
background-color: #02CF92;
}
.BgClassName
{
background-color: #02CF92;
}
</style>
border-color css
<style>
span { border-color: #02CF92; }
span { border-color: rgb(2,207,146); }
td.TdClassName
{
border-color: #02CF92;
}
.TagClassName
{
border-color: #02CF92;
}
</style>