Shades of Caribbean Green #05DA90
Tints of Caribbean Green #05DA90
RGB
CMYK
RGB Variations
Color information
#05DA90 (or 0x05DA90) is known color: Caribbean Green. HEX triplet: 05, DA and 90. RGB value is (5,218,144). Sum of RGB (Red+Green+Blue) = 5+218+144=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #05DA90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DA90 is #FA256F. Grayscale: #919191. Windows color (decimal): -16393584 or 9492997. OLE color: 9492997.
HSL color Cylindrical-coordinate representation of color #05DA90: hue angle of 159.15º 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 #05DA90 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 218 | 144 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.15 |
| HSL | 159.15º | 0.96% | 0.44% | - |
| HSV(B) | 159.15º | 0.98% | 0.85% | - |
| XYZ | 30.17 | 52.19 | 34.87 | - |
| YUV | 145.88 | 126.93 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 218 | 144 | 0.98 | 0 | 0.34 | 0.15 | 159.15 | 0.96 | 0.44 |
| Hex | 5 | DA | 90 | 62 | 0 | 22 | F | 9F | 60 | 2C |
| Octal | 5 | 332 | 220 | 142 | 0 | 42 | 17 | 237 | 140 | 54 |
| Binary | 101 | 11011010 | 10010000 | 1100010 | 0 | 100010 | 1111 | 10011111 | 1100000 | 101100 |
Color Harmonies of #05DA90
Complementary color
Monochromatic Colors of #05DA90
Black with #05DA90
Text Example
Text Example
White with #05DA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DA90; }
p { color: rgb(5,218,144); }
H1.HeaderClassName
{
color: #05DA90;
}
.AnyTagClassName
{
color: #05DA90;
}
</style>
background-color css
<style>
a { background-color: #05DA90; }
a { background-color: rgb(5,218,144); }
div.DivClassName
{
background-color: #05DA90;
}
.BgClassName
{
background-color: #05DA90;
}
</style>
border-color css
<style>
span { border-color: #05DA90; }
span { border-color: rgb(5,218,144); }
td.TdClassName
{
border-color: #05DA90;
}
.TagClassName
{
border-color: #05DA90;
}
</style>