Shades of Caribbean Green #05DD9C
Tints of Caribbean Green #05DD9C
RGB
CMYK
RGB Variations
Color information
#05DD9C (or 0x05DD9C) is known color: Caribbean Green. HEX triplet: 05, DD and 9C. RGB value is (5,221,156). Sum of RGB (Red+Green+Blue) = 5+221+156=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DD9C is #FA2263. Grayscale: #959595. Windows color (decimal): -16392804 or 10280197. OLE color: 10280197.
HSL color Cylindrical-coordinate representation of color #05DD9C: hue angle of 161.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DD9C is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 156 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.13 |
| HSL | 161.94º | 0.96% | 0.44% | - |
| HSV(B) | 161.94º | 0.98% | 0.87% | - |
| XYZ | 31.92 | 54.15 | 40.22 | - |
| YUV | 149.01 | 131.94 | 25.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 156 | 0.98 | 0 | 0.29 | 0.13 | 161.94 | 0.96 | 0.44 |
| Hex | 5 | DD | 9C | 62 | 0 | 1D | D | A2 | 60 | 2C |
| Octal | 5 | 335 | 234 | 142 | 0 | 35 | 15 | 242 | 140 | 54 |
| Binary | 101 | 11011101 | 10011100 | 1100010 | 0 | 11101 | 1101 | 10100010 | 1100000 | 101100 |
Color Harmonies of #05DD9C
Complementary color
Monochromatic Colors of #05DD9C
Black with #05DD9C
Text Example
Text Example
White with #05DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DD9C; }
p { color: rgb(5,221,156); }
H1.HeaderClassName
{
color: #05DD9C;
}
.AnyTagClassName
{
color: #05DD9C;
}
</style>
background-color css
<style>
a { background-color: #05DD9C; }
a { background-color: rgb(5,221,156); }
div.DivClassName
{
background-color: #05DD9C;
}
.BgClassName
{
background-color: #05DD9C;
}
</style>
border-color css
<style>
span { border-color: #05DD9C; }
span { border-color: rgb(5,221,156); }
td.TdClassName
{
border-color: #05DD9C;
}
.TagClassName
{
border-color: #05DD9C;
}
</style>