Shades of Mindaro #DBF168
Tints of Mindaro #DBF168
RGB
CMYK
RGB Variations
Color information
#DBF168 (or 0xDBF168) is known color: Mindaro. HEX triplet: DB, F1 and 68. RGB value is (219,241,104). Sum of RGB (Red+Green+Blue) = 219+241+104=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 104 (41.02% from 255 or 18.44% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF168 is #240E97. Grayscale: #DBDBDB. Windows color (decimal): -2363032 or 6877659. OLE color: 6877659.
HSL color Cylindrical-coordinate representation of color #DBF168: hue angle of 69.64º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBF168 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 104 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.05 |
| HSL | 69.64º | 0.83% | 0.68% | - |
| HSV(B) | 69.64º | 0.57% | 0.95% | - |
| XYZ | 63.17 | 78.97 | 25.01 | - |
| YUV | 218.8 | 63.21 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 104 | 0.09 | 0 | 0.57 | 0.05 | 69.64 | 0.83 | 0.68 |
| Hex | DB | F1 | 68 | 9 | 0 | 39 | 5 | 46 | 53 | 44 |
| Octal | 333 | 361 | 150 | 11 | 0 | 71 | 5 | 106 | 123 | 104 |
| Binary | 11011011 | 11110001 | 1101000 | 1001 | 0 | 111001 | 101 | 1000110 | 1010011 | 1000100 |
Color Harmonies of #DBF168
Complementary color
Monochromatic Colors of #DBF168
Black with #DBF168
Text Example
Text Example
White with #DBF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF168; }
p { color: rgb(219,241,104); }
H1.HeaderClassName
{
color: #DBF168;
}
.AnyTagClassName
{
color: #DBF168;
}
</style>
background-color css
<style>
a { background-color: #DBF168; }
a { background-color: rgb(219,241,104); }
div.DivClassName
{
background-color: #DBF168;
}
.BgClassName
{
background-color: #DBF168;
}
</style>
border-color css
<style>
span { border-color: #DBF168; }
span { border-color: rgb(219,241,104); }
td.TdClassName
{
border-color: #DBF168;
}
.TagClassName
{
border-color: #DBF168;
}
</style>