Shades of Mindaro #DBF185
Tints of Mindaro #DBF185
RGB
CMYK
RGB Variations
Color information
#DBF185 (or 0xDBF185) is known color: Mindaro. HEX triplet: DB, F1 and 85. RGB value is (219,241,133). Sum of RGB (Red+Green+Blue) = 219+241+133=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF185 is #240E7A. Grayscale: #DEDEDE. Windows color (decimal): -2363003 or 8778203. OLE color: 8778203.
HSL color Cylindrical-coordinate representation of color #DBF185: hue angle of 72.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBF185 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 133 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.05 |
| HSL | 72.22º | 0.79% | 0.73% | - |
| HSV(B) | 72.22º | 0.45% | 0.95% | - |
| XYZ | 64.9 | 79.66 | 34.15 | - |
| YUV | 222.11 | 77.71 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 133 | 0.09 | 0 | 0.45 | 0.05 | 72.22 | 0.79 | 0.73 |
| Hex | DB | F1 | 85 | 9 | 0 | 2D | 5 | 48 | 4F | 49 |
| Octal | 333 | 361 | 205 | 11 | 0 | 55 | 5 | 110 | 117 | 111 |
| Binary | 11011011 | 11110001 | 10000101 | 1001 | 0 | 101101 | 101 | 1001000 | 1001111 | 1001001 |
Color Harmonies of #DBF185
Complementary color
Monochromatic Colors of #DBF185
Black with #DBF185
Text Example
Text Example
White with #DBF185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF185; }
p { color: rgb(219,241,133); }
H1.HeaderClassName
{
color: #DBF185;
}
.AnyTagClassName
{
color: #DBF185;
}
</style>
background-color css
<style>
a { background-color: #DBF185; }
a { background-color: rgb(219,241,133); }
div.DivClassName
{
background-color: #DBF185;
}
.BgClassName
{
background-color: #DBF185;
}
</style>
border-color css
<style>
span { border-color: #DBF185; }
span { border-color: rgb(219,241,133); }
td.TdClassName
{
border-color: #DBF185;
}
.TagClassName
{
border-color: #DBF185;
}
</style>