Shades of Mindaro #DBF061
Tints of Mindaro #DBF061
RGB
CMYK
RGB Variations
Color information
#DBF061 (or 0xDBF061) is known color: Mindaro. HEX triplet: DB, F0 and 61. RGB value is (219,240,97). Sum of RGB (Red+Green+Blue) = 219+240+97=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 97 (38.28% from 255 or 17.45% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF061 is #240F9E. Grayscale: #D9D9D9. Windows color (decimal): -2363295 or 6418651. OLE color: 6418651.
HSL color Cylindrical-coordinate representation of color #DBF061: hue angle of 68.81º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBF061 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 97 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.06 |
| HSL | 68.81º | 0.83% | 0.66% | - |
| HSV(B) | 68.81º | 0.6% | 0.94% | - |
| XYZ | 62.53 | 78.24 | 23.12 | - |
| YUV | 217.42 | 60.04 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 97 | 0.09 | 0 | 0.60 | 0.06 | 68.81 | 0.83 | 0.66 |
| Hex | DB | F0 | 61 | 9 | 0 | 3C | 6 | 45 | 53 | 42 |
| Octal | 333 | 360 | 141 | 11 | 0 | 74 | 6 | 105 | 123 | 102 |
| Binary | 11011011 | 11110000 | 1100001 | 1001 | 0 | 111100 | 110 | 1000101 | 1010011 | 1000010 |
Color Harmonies of #DBF061
Complementary color
Monochromatic Colors of #DBF061
Black with #DBF061
Text Example
Text Example
White with #DBF061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF061; }
p { color: rgb(219,240,97); }
H1.HeaderClassName
{
color: #DBF061;
}
.AnyTagClassName
{
color: #DBF061;
}
</style>
background-color css
<style>
a { background-color: #DBF061; }
a { background-color: rgb(219,240,97); }
div.DivClassName
{
background-color: #DBF061;
}
.BgClassName
{
background-color: #DBF061;
}
</style>
border-color css
<style>
span { border-color: #DBF061; }
span { border-color: rgb(219,240,97); }
td.TdClassName
{
border-color: #DBF061;
}
.TagClassName
{
border-color: #DBF061;
}
</style>