Shades of Mindaro #DBF67A
Tints of Mindaro #DBF67A
RGB
CMYK
RGB Variations
Color information
#DBF67A (or 0xDBF67A) is known color: Mindaro. HEX triplet: DB, F6 and 7A. RGB value is (219,246,122). Sum of RGB (Red+Green+Blue) = 219+246+122=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF67A is #240985. Grayscale: #E0E0E0. Windows color (decimal): -2361734 or 8058587. OLE color: 8058587.
HSL color Cylindrical-coordinate representation of color #DBF67A: hue angle of 73.06º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBF67A is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 122 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.04 |
| HSL | 73.06º | 0.87% | 0.72% | - |
| HSV(B) | 73.06º | 0.5% | 0.96% | - |
| XYZ | 65.68 | 82.38 | 30.85 | - |
| YUV | 223.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 122 | 0.11 | 0 | 0.50 | 0.04 | 73.06 | 0.87 | 0.72 |
| Hex | DB | F6 | 7A | B | 0 | 32 | 4 | 49 | 57 | 48 |
| Octal | 333 | 366 | 172 | 13 | 0 | 62 | 4 | 111 | 127 | 110 |
| Binary | 11011011 | 11110110 | 1111010 | 1011 | 0 | 110010 | 100 | 1001001 | 1010111 | 1001000 |
Color Harmonies of #DBF67A
Complementary color
Monochromatic Colors of #DBF67A
Black with #DBF67A
Text Example
Text Example
White with #DBF67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF67A; }
p { color: rgb(219,246,122); }
H1.HeaderClassName
{
color: #DBF67A;
}
.AnyTagClassName
{
color: #DBF67A;
}
</style>
background-color css
<style>
a { background-color: #DBF67A; }
a { background-color: rgb(219,246,122); }
div.DivClassName
{
background-color: #DBF67A;
}
.BgClassName
{
background-color: #DBF67A;
}
</style>
border-color css
<style>
span { border-color: #DBF67A; }
span { border-color: rgb(219,246,122); }
td.TdClassName
{
border-color: #DBF67A;
}
.TagClassName
{
border-color: #DBF67A;
}
</style>