Shades of Mindaro #DBF365
Tints of Mindaro #DBF365
RGB
CMYK
RGB Variations
Color information
#DBF365 (or 0xDBF365) is known color: Mindaro. HEX triplet: DB, F3 and 65. RGB value is (219,243,101). Sum of RGB (Red+Green+Blue) = 219+243+101=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF365 is #240C9A. Grayscale: #DCDCDC. Windows color (decimal): -2362523 or 6681563. OLE color: 6681563.
HSL color Cylindrical-coordinate representation of color #DBF365: hue angle of 70.14º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBF365 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 101 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.05 |
| HSL | 70.14º | 0.86% | 0.67% | - |
| HSV(B) | 70.14º | 0.58% | 0.95% | - |
| XYZ | 63.61 | 80.1 | 24.42 | - |
| YUV | 219.64 | 61.05 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 101 | 0.10 | 0 | 0.58 | 0.05 | 70.14 | 0.86 | 0.67 |
| Hex | DB | F3 | 65 | A | 0 | 3A | 5 | 46 | 56 | 43 |
| Octal | 333 | 363 | 145 | 12 | 0 | 72 | 5 | 106 | 126 | 103 |
| Binary | 11011011 | 11110011 | 1100101 | 1010 | 0 | 111010 | 101 | 1000110 | 1010110 | 1000011 |
Color Harmonies of #DBF365
Complementary color
Monochromatic Colors of #DBF365
Black with #DBF365
Text Example
Text Example
White with #DBF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF365; }
p { color: rgb(219,243,101); }
H1.HeaderClassName
{
color: #DBF365;
}
.AnyTagClassName
{
color: #DBF365;
}
</style>
background-color css
<style>
a { background-color: #DBF365; }
a { background-color: rgb(219,243,101); }
div.DivClassName
{
background-color: #DBF365;
}
.BgClassName
{
background-color: #DBF365;
}
</style>
border-color css
<style>
span { border-color: #DBF365; }
span { border-color: rgb(219,243,101); }
td.TdClassName
{
border-color: #DBF365;
}
.TagClassName
{
border-color: #DBF365;
}
</style>