Shades of Mindaro #DBF26B
Tints of Mindaro #DBF26B
RGB
CMYK
RGB Variations
Color information
#DBF26B (or 0xDBF26B) is known color: Mindaro. HEX triplet: DB, F2 and 6B. RGB value is (219,242,107). Sum of RGB (Red+Green+Blue) = 219+242+107=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 107 (42.19% from 255 or 18.84% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF26B is #240D94. Grayscale: #DCDCDC. Windows color (decimal): -2362773 or 7074523. OLE color: 7074523.
HSL color Cylindrical-coordinate representation of color #DBF26B: hue angle of 70.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBF26B is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 107 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.05 |
| HSL | 70.22º | 0.84% | 0.68% | - |
| HSV(B) | 70.22º | 0.56% | 0.95% | - |
| XYZ | 63.62 | 79.63 | 25.93 | - |
| YUV | 219.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 107 | 0.10 | 0 | 0.56 | 0.05 | 70.22 | 0.84 | 0.68 |
| Hex | DB | F2 | 6B | A | 0 | 38 | 5 | 46 | 54 | 44 |
| Octal | 333 | 362 | 153 | 12 | 0 | 70 | 5 | 106 | 124 | 104 |
| Binary | 11011011 | 11110010 | 1101011 | 1010 | 0 | 111000 | 101 | 1000110 | 1010100 | 1000100 |
Color Harmonies of #DBF26B
Complementary color
Monochromatic Colors of #DBF26B
Black with #DBF26B
Text Example
Text Example
White with #DBF26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF26B; }
p { color: rgb(219,242,107); }
H1.HeaderClassName
{
color: #DBF26B;
}
.AnyTagClassName
{
color: #DBF26B;
}
</style>
background-color css
<style>
a { background-color: #DBF26B; }
a { background-color: rgb(219,242,107); }
div.DivClassName
{
background-color: #DBF26B;
}
.BgClassName
{
background-color: #DBF26B;
}
</style>
border-color css
<style>
span { border-color: #DBF26B; }
span { border-color: rgb(219,242,107); }
td.TdClassName
{
border-color: #DBF26B;
}
.TagClassName
{
border-color: #DBF26B;
}
</style>