Shades of Mindaro #DBF469
Tints of Mindaro #DBF469
RGB
CMYK
RGB Variations
Color information
#DBF469 (or 0xDBF469) is known color: Mindaro. HEX triplet: DB, F4 and 69. RGB value is (219,244,105). Sum of RGB (Red+Green+Blue) = 219+244+105=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 105 (41.41% from 255 or 18.49% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF469 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF469 is #240B96. Grayscale: #DDDDDD. Windows color (decimal): -2362263 or 6943963. OLE color: 6943963.
HSL color Cylindrical-coordinate representation of color #DBF469: hue angle of 70.79º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBF469 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 105 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.04 |
| HSL | 70.79º | 0.86% | 0.68% | - |
| HSV(B) | 70.79º | 0.57% | 0.96% | - |
| XYZ | 64.11 | 80.78 | 25.58 | - |
| YUV | 220.68 | 62.72 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 105 | 0.10 | 0 | 0.57 | 0.04 | 70.79 | 0.86 | 0.68 |
| Hex | DB | F4 | 69 | A | 0 | 39 | 4 | 47 | 56 | 44 |
| Octal | 333 | 364 | 151 | 12 | 0 | 71 | 4 | 107 | 126 | 104 |
| Binary | 11011011 | 11110100 | 1101001 | 1010 | 0 | 111001 | 100 | 1000111 | 1010110 | 1000100 |
Color Harmonies of #DBF469
Complementary color
Monochromatic Colors of #DBF469
Black with #DBF469
Text Example
Text Example
White with #DBF469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF469; }
p { color: rgb(219,244,105); }
H1.HeaderClassName
{
color: #DBF469;
}
.AnyTagClassName
{
color: #DBF469;
}
</style>
background-color css
<style>
a { background-color: #DBF469; }
a { background-color: rgb(219,244,105); }
div.DivClassName
{
background-color: #DBF469;
}
.BgClassName
{
background-color: #DBF469;
}
</style>
border-color css
<style>
span { border-color: #DBF469; }
span { border-color: rgb(219,244,105); }
td.TdClassName
{
border-color: #DBF469;
}
.TagClassName
{
border-color: #DBF469;
}
</style>