Shades of Mindaro #DBF06B
Tints of Mindaro #DBF06B
RGB
CMYK
RGB Variations
Color information
#DBF06B (or 0xDBF06B) is known color: Mindaro. HEX triplet: DB, F0 and 6B. RGB value is (219,240,107). Sum of RGB (Red+Green+Blue) = 219+240+107=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 107 (42.19% from 255 or 18.90% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF06B is #240F94. Grayscale: #DBDBDB. Windows color (decimal): -2363285 or 7074011. OLE color: 7074011.
HSL color Cylindrical-coordinate representation of color #DBF06B: hue angle of 69.47º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBF06B is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 107 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.06 |
| HSL | 69.47º | 0.82% | 0.68% | - |
| HSV(B) | 69.47º | 0.55% | 0.94% | - |
| XYZ | 63.03 | 78.44 | 25.73 | - |
| YUV | 218.56 | 65.04 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 107 | 0.09 | 0 | 0.55 | 0.06 | 69.47 | 0.82 | 0.68 |
| Hex | DB | F0 | 6B | 9 | 0 | 37 | 6 | 45 | 52 | 44 |
| Octal | 333 | 360 | 153 | 11 | 0 | 67 | 6 | 105 | 122 | 104 |
| Binary | 11011011 | 11110000 | 1101011 | 1001 | 0 | 110111 | 110 | 1000101 | 1010010 | 1000100 |
Color Harmonies of #DBF06B
Complementary color
Monochromatic Colors of #DBF06B
Black with #DBF06B
Text Example
Text Example
White with #DBF06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF06B; }
p { color: rgb(219,240,107); }
H1.HeaderClassName
{
color: #DBF06B;
}
.AnyTagClassName
{
color: #DBF06B;
}
</style>
background-color css
<style>
a { background-color: #DBF06B; }
a { background-color: rgb(219,240,107); }
div.DivClassName
{
background-color: #DBF06B;
}
.BgClassName
{
background-color: #DBF06B;
}
</style>
border-color css
<style>
span { border-color: #DBF06B; }
span { border-color: rgb(219,240,107); }
td.TdClassName
{
border-color: #DBF06B;
}
.TagClassName
{
border-color: #DBF06B;
}
</style>