Shades of Mindaro #DBF384
Tints of Mindaro #DBF384
RGB
CMYK
RGB Variations
Color information
#DBF384 (or 0xDBF384) is known color: Mindaro. HEX triplet: DB, F3 and 84. RGB value is (219,243,132). Sum of RGB (Red+Green+Blue) = 219+243+132=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF384 is #240C7B. Grayscale: #DFDFDF. Windows color (decimal): -2362492 or 8713179. OLE color: 8713179.
HSL color Cylindrical-coordinate representation of color #DBF384: hue angle of 72.97º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBF384 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 132 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.05 |
| HSL | 72.97º | 0.82% | 0.74% | - |
| HSV(B) | 72.97º | 0.46% | 0.95% | - |
| XYZ | 65.43 | 80.83 | 33.98 | - |
| YUV | 223.17 | 76.55 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 132 | 0.10 | 0 | 0.46 | 0.05 | 72.97 | 0.82 | 0.74 |
| Hex | DB | F3 | 84 | A | 0 | 2E | 5 | 49 | 52 | 4A |
| Octal | 333 | 363 | 204 | 12 | 0 | 56 | 5 | 111 | 122 | 112 |
| Binary | 11011011 | 11110011 | 10000100 | 1010 | 0 | 101110 | 101 | 1001001 | 1010010 | 1001010 |
Color Harmonies of #DBF384
Complementary color
Monochromatic Colors of #DBF384
Black with #DBF384
Text Example
Text Example
White with #DBF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF384; }
p { color: rgb(219,243,132); }
H1.HeaderClassName
{
color: #DBF384;
}
.AnyTagClassName
{
color: #DBF384;
}
</style>
background-color css
<style>
a { background-color: #DBF384; }
a { background-color: rgb(219,243,132); }
div.DivClassName
{
background-color: #DBF384;
}
.BgClassName
{
background-color: #DBF384;
}
</style>
border-color css
<style>
span { border-color: #DBF384; }
span { border-color: rgb(219,243,132); }
td.TdClassName
{
border-color: #DBF384;
}
.TagClassName
{
border-color: #DBF384;
}
</style>