Shades of Mindaro #DBF674
Tints of Mindaro #DBF674
RGB
CMYK
RGB Variations
Color information
#DBF674 (or 0xDBF674) is known color: Mindaro. HEX triplet: DB, F6 and 74. RGB value is (219,246,116). Sum of RGB (Red+Green+Blue) = 219+246+116=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF674 is #24098B. Grayscale: #DFDFDF. Windows color (decimal): -2361740 or 7665371. OLE color: 7665371.
HSL color Cylindrical-coordinate representation of color #DBF674: hue angle of 72.46º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBF674 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 116 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.04 |
| HSL | 72.46º | 0.88% | 0.71% | - |
| HSV(B) | 72.46º | 0.53% | 0.96% | - |
| XYZ | 65.32 | 82.23 | 28.95 | - |
| YUV | 223.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 116 | 0.11 | 0 | 0.53 | 0.04 | 72.46 | 0.88 | 0.71 |
| Hex | DB | F6 | 74 | B | 0 | 35 | 4 | 48 | 58 | 47 |
| Octal | 333 | 366 | 164 | 13 | 0 | 65 | 4 | 110 | 130 | 107 |
| Binary | 11011011 | 11110110 | 1110100 | 1011 | 0 | 110101 | 100 | 1001000 | 1011000 | 1000111 |
Color Harmonies of #DBF674
Complementary color
Monochromatic Colors of #DBF674
Black with #DBF674
Text Example
Text Example
White with #DBF674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF674; }
p { color: rgb(219,246,116); }
H1.HeaderClassName
{
color: #DBF674;
}
.AnyTagClassName
{
color: #DBF674;
}
</style>
background-color css
<style>
a { background-color: #DBF674; }
a { background-color: rgb(219,246,116); }
div.DivClassName
{
background-color: #DBF674;
}
.BgClassName
{
background-color: #DBF674;
}
</style>
border-color css
<style>
span { border-color: #DBF674; }
span { border-color: rgb(219,246,116); }
td.TdClassName
{
border-color: #DBF674;
}
.TagClassName
{
border-color: #DBF674;
}
</style>