Shades of Caribbean Green #05DC90
Tints of Caribbean Green #05DC90
RGB
CMYK
RGB Variations
Color information
#05DC90 (or 0x05DC90) is known color: Caribbean Green. HEX triplet: 05, DC and 90. RGB value is (5,220,144). Sum of RGB (Red+Green+Blue) = 5+220+144=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DC90 is #FA236F. Grayscale: #939393. Windows color (decimal): -16393072 or 9493509. OLE color: 9493509.
HSL color Cylindrical-coordinate representation of color #05DC90: hue angle of 158.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DC90 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 144 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.14 |
| HSL | 158.79º | 0.96% | 0.44% | - |
| HSV(B) | 158.79º | 0.98% | 0.86% | - |
| XYZ | 30.69 | 53.23 | 35.04 | - |
| YUV | 147.05 | 126.27 | 26.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 144 | 0.98 | 0 | 0.35 | 0.14 | 158.79 | 0.96 | 0.44 |
| Hex | 5 | DC | 90 | 62 | 0 | 23 | E | 9F | 60 | 2C |
| Octal | 5 | 334 | 220 | 142 | 0 | 43 | 16 | 237 | 140 | 54 |
| Binary | 101 | 11011100 | 10010000 | 1100010 | 0 | 100011 | 1110 | 10011111 | 1100000 | 101100 |
Color Harmonies of #05DC90
Complementary color
Monochromatic Colors of #05DC90
Black with #05DC90
Text Example
Text Example
White with #05DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DC90; }
p { color: rgb(5,220,144); }
H1.HeaderClassName
{
color: #05DC90;
}
.AnyTagClassName
{
color: #05DC90;
}
</style>
background-color css
<style>
a { background-color: #05DC90; }
a { background-color: rgb(5,220,144); }
div.DivClassName
{
background-color: #05DC90;
}
.BgClassName
{
background-color: #05DC90;
}
</style>
border-color css
<style>
span { border-color: #05DC90; }
span { border-color: rgb(5,220,144); }
td.TdClassName
{
border-color: #05DC90;
}
.TagClassName
{
border-color: #05DC90;
}
</style>