Shades of Mindaro #DBF468
Tints of Mindaro #DBF468
RGB
CMYK
RGB Variations
Color information
#DBF468 (or 0xDBF468) is known color: Mindaro. HEX triplet: DB, F4 and 68. RGB value is (219,244,104). Sum of RGB (Red+Green+Blue) = 219+244+104=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF468 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF468 is #240B97. Grayscale: #DDDDDD. Windows color (decimal): -2362264 or 6878427. OLE color: 6878427.
HSL color Cylindrical-coordinate representation of color #DBF468: hue angle of 70.71º 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 #DBF468 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 104 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.04 |
| HSL | 70.71º | 0.86% | 0.68% | - |
| HSV(B) | 70.71º | 0.57% | 0.96% | - |
| XYZ | 64.06 | 80.76 | 25.31 | - |
| YUV | 220.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 104 | 0.10 | 0 | 0.57 | 0.04 | 70.71 | 0.86 | 0.68 |
| Hex | DB | F4 | 68 | A | 0 | 39 | 4 | 47 | 56 | 44 |
| Octal | 333 | 364 | 150 | 12 | 0 | 71 | 4 | 107 | 126 | 104 |
| Binary | 11011011 | 11110100 | 1101000 | 1010 | 0 | 111001 | 100 | 1000111 | 1010110 | 1000100 |
Color Harmonies of #DBF468
Complementary color
Monochromatic Colors of #DBF468
Black with #DBF468
Text Example
Text Example
White with #DBF468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF468; }
p { color: rgb(219,244,104); }
H1.HeaderClassName
{
color: #DBF468;
}
.AnyTagClassName
{
color: #DBF468;
}
</style>
background-color css
<style>
a { background-color: #DBF468; }
a { background-color: rgb(219,244,104); }
div.DivClassName
{
background-color: #DBF468;
}
.BgClassName
{
background-color: #DBF468;
}
</style>
border-color css
<style>
span { border-color: #DBF468; }
span { border-color: rgb(219,244,104); }
td.TdClassName
{
border-color: #DBF468;
}
.TagClassName
{
border-color: #DBF468;
}
</style>