Shades of Caribbean Green #05DA80
Tints of Caribbean Green #05DA80
RGB
CMYK
RGB Variations
Color information
#05DA80 (or 0x05DA80) is known color: Caribbean Green. HEX triplet: 05, DA and 80. RGB value is (5,218,128). Sum of RGB (Red+Green+Blue) = 5+218+128=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 218 (85.55% from 255 or 62.11% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 218 - color contains mainly: green. Hex color #05DA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DA80 is #FA257F. Grayscale: #909090. Windows color (decimal): -16393600 or 8444421. OLE color: 8444421.
HSL color Cylindrical-coordinate representation of color #05DA80: hue angle of 154.65º degrees, saturation: 0.96, 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 #05DA80 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 218 | 128 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.15 |
| HSL | 154.65º | 0.96% | 0.44% | - |
| HSV(B) | 154.65º | 0.98% | 0.85% | - |
| XYZ | 29.03 | 51.73 | 28.88 | - |
| YUV | 144.05 | 118.93 | 28.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 218 | 128 | 0.98 | 0 | 0.41 | 0.15 | 154.65 | 0.96 | 0.44 |
| Hex | 5 | DA | 80 | 62 | 0 | 29 | F | 9B | 60 | 2C |
| Octal | 5 | 332 | 200 | 142 | 0 | 51 | 17 | 233 | 140 | 54 |
| Binary | 101 | 11011010 | 10000000 | 1100010 | 0 | 101001 | 1111 | 10011011 | 1100000 | 101100 |
Color Harmonies of #05DA80
Complementary color
Monochromatic Colors of #05DA80
Black with #05DA80
Text Example
Text Example
White with #05DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DA80; }
p { color: rgb(5,218,128); }
H1.HeaderClassName
{
color: #05DA80;
}
.AnyTagClassName
{
color: #05DA80;
}
</style>
background-color css
<style>
a { background-color: #05DA80; }
a { background-color: rgb(5,218,128); }
div.DivClassName
{
background-color: #05DA80;
}
.BgClassName
{
background-color: #05DA80;
}
</style>
border-color css
<style>
span { border-color: #05DA80; }
span { border-color: rgb(5,218,128); }
td.TdClassName
{
border-color: #05DA80;
}
.TagClassName
{
border-color: #05DA80;
}
</style>