Shades of Caribbean Green #05DA81
Tints of Caribbean Green #05DA81
RGB
CMYK
RGB Variations
Color information
#05DA81 (or 0x05DA81) is known color: Caribbean Green. HEX triplet: 05, DA and 81. RGB value is (5,218,129). Sum of RGB (Red+Green+Blue) = 5+218+129=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #05DA81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DA81 is #FA257E. Grayscale: #909090. Windows color (decimal): -16393599 or 8509957. OLE color: 8509957.
HSL color Cylindrical-coordinate representation of color #05DA81: hue angle of 154.93º 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 #05DA81 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 218 | 129 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.15 |
| HSL | 154.93º | 0.96% | 0.44% | - |
| HSV(B) | 154.93º | 0.98% | 0.85% | - |
| XYZ | 29.1 | 51.76 | 29.23 | - |
| YUV | 144.17 | 119.43 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 218 | 129 | 0.98 | 0 | 0.41 | 0.15 | 154.93 | 0.96 | 0.44 |
| Hex | 5 | DA | 81 | 62 | 0 | 29 | F | 9B | 60 | 2C |
| Octal | 5 | 332 | 201 | 142 | 0 | 51 | 17 | 233 | 140 | 54 |
| Binary | 101 | 11011010 | 10000001 | 1100010 | 0 | 101001 | 1111 | 10011011 | 1100000 | 101100 |
Color Harmonies of #05DA81
Complementary color
Monochromatic Colors of #05DA81
Black with #05DA81
Text Example
Text Example
White with #05DA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DA81; }
p { color: rgb(5,218,129); }
H1.HeaderClassName
{
color: #05DA81;
}
.AnyTagClassName
{
color: #05DA81;
}
</style>
background-color css
<style>
a { background-color: #05DA81; }
a { background-color: rgb(5,218,129); }
div.DivClassName
{
background-color: #05DA81;
}
.BgClassName
{
background-color: #05DA81;
}
</style>
border-color css
<style>
span { border-color: #05DA81; }
span { border-color: rgb(5,218,129); }
td.TdClassName
{
border-color: #05DA81;
}
.TagClassName
{
border-color: #05DA81;
}
</style>