Shades of Caribbean Green #05CB89
Tints of Caribbean Green #05CB89
RGB
CMYK
RGB Variations
Color information
#05CB89 (or 0x05CB89) is known color: Caribbean Green. HEX triplet: 05, CB and 89. RGB value is (5,203,137). Sum of RGB (Red+Green+Blue) = 5+203+137=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 203 (79.69% from 255 or 58.84% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 203 - color contains mainly: green. Hex color #05CB89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CB89 is #FA3476. Grayscale: #888888. Windows color (decimal): -16397431 or 9030405. OLE color: 9030405.
HSL color Cylindrical-coordinate representation of color #05CB89: hue angle of 160º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CB89 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 203 | 137 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.20 |
| HSL | 160º | 0.95% | 0.41% | - |
| HSV(B) | 160º | 0.98% | 0.8% | - |
| XYZ | 25.93 | 44.55 | 30.9 | - |
| YUV | 136.27 | 128.4 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 137 | 0.98 | 0 | 0.33 | 0.20 | 160 | 0.95 | 0.41 |
| Hex | 5 | CB | 89 | 62 | 0 | 21 | 14 | A0 | 5F | 29 |
| Octal | 5 | 313 | 211 | 142 | 0 | 41 | 24 | 240 | 137 | 51 |
| Binary | 101 | 11001011 | 10001001 | 1100010 | 0 | 100001 | 10100 | 10100000 | 1011111 | 101001 |
Color Harmonies of #05CB89
Complementary color
Monochromatic Colors of #05CB89
Black with #05CB89
Text Example
Text Example
White with #05CB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CB89; }
p { color: rgb(5,203,137); }
H1.HeaderClassName
{
color: #05CB89;
}
.AnyTagClassName
{
color: #05CB89;
}
</style>
background-color css
<style>
a { background-color: #05CB89; }
a { background-color: rgb(5,203,137); }
div.DivClassName
{
background-color: #05CB89;
}
.BgClassName
{
background-color: #05CB89;
}
</style>
border-color css
<style>
span { border-color: #05CB89; }
span { border-color: rgb(5,203,137); }
td.TdClassName
{
border-color: #05CB89;
}
.TagClassName
{
border-color: #05CB89;
}
</style>