Shades of Caribbean Green #05BD95
Tints of Caribbean Green #05BD95
RGB
CMYK
RGB Variations
Color information
#05BD95 (or 0x05BD95) is known color: Caribbean Green. HEX triplet: 05, BD and 95. RGB value is (5,189,149). Sum of RGB (Red+Green+Blue) = 5+189+149=343 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BD95 is #FA426A. Grayscale: #818181. Windows color (decimal): -16401003 or 9813253. OLE color: 9813253.
HSL color Cylindrical-coordinate representation of color #05BD95: hue angle of 166.96º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BD95 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 189 | 149 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.26 |
| HSL | 166.96º | 0.95% | 0.38% | - |
| HSV(B) | 166.96º | 0.97% | 0.74% | - |
| XYZ | 23.69 | 38.6 | 34.64 | - |
| YUV | 129.42 | 139.04 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 149 | 0.97 | 0 | 0.21 | 0.26 | 166.96 | 0.95 | 0.38 |
| Hex | 5 | BD | 95 | 61 | 0 | 15 | 1A | A7 | 5F | 26 |
| Octal | 5 | 275 | 225 | 141 | 0 | 25 | 32 | 247 | 137 | 46 |
| Binary | 101 | 10111101 | 10010101 | 1100001 | 0 | 10101 | 11010 | 10100111 | 1011111 | 100110 |
Color Harmonies of #05BD95
Complementary color
Monochromatic Colors of #05BD95
Black with #05BD95
Text Example
Text Example
White with #05BD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BD95; }
p { color: rgb(5,189,149); }
H1.HeaderClassName
{
color: #05BD95;
}
.AnyTagClassName
{
color: #05BD95;
}
</style>
background-color css
<style>
a { background-color: #05BD95; }
a { background-color: rgb(5,189,149); }
div.DivClassName
{
background-color: #05BD95;
}
.BgClassName
{
background-color: #05BD95;
}
</style>
border-color css
<style>
span { border-color: #05BD95; }
span { border-color: rgb(5,189,149); }
td.TdClassName
{
border-color: #05BD95;
}
.TagClassName
{
border-color: #05BD95;
}
</style>