Shades of Mindaro #DBF684
Tints of Mindaro #DBF684
RGB
CMYK
RGB Variations
Color information
#DBF684 (or 0xDBF684) is known color: Mindaro. HEX triplet: DB, F6 and 84. RGB value is (219,246,132). Sum of RGB (Red+Green+Blue) = 219+246+132=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF684 is #24097B. Grayscale: #E1E1E1. Windows color (decimal): -2361724 or 8713947. OLE color: 8713947.
HSL color Cylindrical-coordinate representation of color #DBF684: hue angle of 74.21º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBF684 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 132 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.04 |
| HSL | 74.21º | 0.86% | 0.74% | - |
| HSV(B) | 74.21º | 0.46% | 0.96% | - |
| XYZ | 66.33 | 82.64 | 34.28 | - |
| YUV | 224.93 | 75.55 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 132 | 0.11 | 0 | 0.46 | 0.04 | 74.21 | 0.86 | 0.74 |
| Hex | DB | F6 | 84 | B | 0 | 2E | 4 | 4A | 56 | 4A |
| Octal | 333 | 366 | 204 | 13 | 0 | 56 | 4 | 112 | 126 | 112 |
| Binary | 11011011 | 11110110 | 10000100 | 1011 | 0 | 101110 | 100 | 1001010 | 1010110 | 1001010 |
Color Harmonies of #DBF684
Complementary color
Monochromatic Colors of #DBF684
Black with #DBF684
Text Example
Text Example
White with #DBF684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF684; }
p { color: rgb(219,246,132); }
H1.HeaderClassName
{
color: #DBF684;
}
.AnyTagClassName
{
color: #DBF684;
}
</style>
background-color css
<style>
a { background-color: #DBF684; }
a { background-color: rgb(219,246,132); }
div.DivClassName
{
background-color: #DBF684;
}
.BgClassName
{
background-color: #DBF684;
}
</style>
border-color css
<style>
span { border-color: #DBF684; }
span { border-color: rgb(219,246,132); }
td.TdClassName
{
border-color: #DBF684;
}
.TagClassName
{
border-color: #DBF684;
}
</style>