Shades of Mindaro #DBF67B
Tints of Mindaro #DBF67B
RGB
CMYK
RGB Variations
Color information
#DBF67B (or 0xDBF67B) is known color: Mindaro. HEX triplet: DB, F6 and 7B. RGB value is (219,246,123). Sum of RGB (Red+Green+Blue) = 219+246+123=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 123 (48.44% from 255 or 20.92% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF67B is #240984. Grayscale: #E0E0E0. Windows color (decimal): -2361733 or 8124123. OLE color: 8124123.
HSL color Cylindrical-coordinate representation of color #DBF67B: hue angle of 73.17º 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 #DBF67B is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 123 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.04 |
| HSL | 73.17º | 0.87% | 0.72% | - |
| HSV(B) | 73.17º | 0.5% | 0.96% | - |
| XYZ | 65.74 | 82.4 | 31.18 | - |
| YUV | 223.91 | 71.05 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 123 | 0.11 | 0 | 0.50 | 0.04 | 73.17 | 0.87 | 0.72 |
| Hex | DB | F6 | 7B | B | 0 | 32 | 4 | 49 | 57 | 48 |
| Octal | 333 | 366 | 173 | 13 | 0 | 62 | 4 | 111 | 127 | 110 |
| Binary | 11011011 | 11110110 | 1111011 | 1011 | 0 | 110010 | 100 | 1001001 | 1010111 | 1001000 |
Color Harmonies of #DBF67B
Complementary color
Monochromatic Colors of #DBF67B
Black with #DBF67B
Text Example
Text Example
White with #DBF67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF67B; }
p { color: rgb(219,246,123); }
H1.HeaderClassName
{
color: #DBF67B;
}
.AnyTagClassName
{
color: #DBF67B;
}
</style>
background-color css
<style>
a { background-color: #DBF67B; }
a { background-color: rgb(219,246,123); }
div.DivClassName
{
background-color: #DBF67B;
}
.BgClassName
{
background-color: #DBF67B;
}
</style>
border-color css
<style>
span { border-color: #DBF67B; }
span { border-color: rgb(219,246,123); }
td.TdClassName
{
border-color: #DBF67B;
}
.TagClassName
{
border-color: #DBF67B;
}
</style>