Shades of Caribbean Green #05D39C
Tints of Caribbean Green #05D39C
RGB
CMYK
RGB Variations
Color information
#05D39C (or 0x05D39C) is known color: Caribbean Green. HEX triplet: 05, D3 and 9C. RGB value is (5,211,156). Sum of RGB (Red+Green+Blue) = 5+211+156=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 211 (82.81% from 255 or 56.72% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 211 - color contains mainly: green. Hex color #05D39C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D39C is #FA2C63. Grayscale: #8F8F8F. Windows color (decimal): -16395364 or 10277637. OLE color: 10277637.
HSL color Cylindrical-coordinate representation of color #05D39C: hue angle of 163.98º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D39C is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 211 | 156 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.17 |
| HSL | 163.98º | 0.95% | 0.42% | - |
| HSV(B) | 163.98º | 0.98% | 0.83% | - |
| XYZ | 29.36 | 49.02 | 39.37 | - |
| YUV | 143.14 | 135.25 | 29.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 211 | 156 | 0.98 | 0 | 0.26 | 0.17 | 163.98 | 0.95 | 0.42 |
| Hex | 5 | D3 | 9C | 62 | 0 | 1A | 11 | A4 | 5F | 2A |
| Octal | 5 | 323 | 234 | 142 | 0 | 32 | 21 | 244 | 137 | 52 |
| Binary | 101 | 11010011 | 10011100 | 1100010 | 0 | 11010 | 10001 | 10100100 | 1011111 | 101010 |
Color Harmonies of #05D39C
Complementary color
Monochromatic Colors of #05D39C
Black with #05D39C
Text Example
Text Example
White with #05D39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D39C; }
p { color: rgb(5,211,156); }
H1.HeaderClassName
{
color: #05D39C;
}
.AnyTagClassName
{
color: #05D39C;
}
</style>
background-color css
<style>
a { background-color: #05D39C; }
a { background-color: rgb(5,211,156); }
div.DivClassName
{
background-color: #05D39C;
}
.BgClassName
{
background-color: #05D39C;
}
</style>
border-color css
<style>
span { border-color: #05D39C; }
span { border-color: rgb(5,211,156); }
td.TdClassName
{
border-color: #05D39C;
}
.TagClassName
{
border-color: #05D39C;
}
</style>