Shades of Caribbean Green #05D994
Tints of Caribbean Green #05D994
RGB
CMYK
RGB Variations
Color information
#05D994 (or 0x05D994) is known color: Caribbean Green. HEX triplet: 05, D9 and 94. RGB value is (5,217,148). Sum of RGB (Red+Green+Blue) = 5+217+148=370 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #05D994 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D994 is #FA266B. Grayscale: #919191. Windows color (decimal): -16393836 or 9754885. OLE color: 9754885.
HSL color Cylindrical-coordinate representation of color #05D994: hue angle of 160.47º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D994 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 148 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.15 |
| HSL | 160.47º | 0.95% | 0.44% | - |
| HSV(B) | 160.47º | 0.98% | 0.85% | - |
| XYZ | 30.22 | 51.8 | 36.42 | - |
| YUV | 145.75 | 129.26 | 27.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 148 | 0.98 | 0 | 0.32 | 0.15 | 160.47 | 0.95 | 0.44 |
| Hex | 5 | D9 | 94 | 62 | 0 | 20 | F | A0 | 5F | 2C |
| Octal | 5 | 331 | 224 | 142 | 0 | 40 | 17 | 240 | 137 | 54 |
| Binary | 101 | 11011001 | 10010100 | 1100010 | 0 | 100000 | 1111 | 10100000 | 1011111 | 101100 |
Color Harmonies of #05D994
Complementary color
Monochromatic Colors of #05D994
Black with #05D994
Text Example
Text Example
White with #05D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D994; }
p { color: rgb(5,217,148); }
H1.HeaderClassName
{
color: #05D994;
}
.AnyTagClassName
{
color: #05D994;
}
</style>
background-color css
<style>
a { background-color: #05D994; }
a { background-color: rgb(5,217,148); }
div.DivClassName
{
background-color: #05D994;
}
.BgClassName
{
background-color: #05D994;
}
</style>
border-color css
<style>
span { border-color: #05D994; }
span { border-color: rgb(5,217,148); }
td.TdClassName
{
border-color: #05D994;
}
.TagClassName
{
border-color: #05D994;
}
</style>