Shades of Mindaro #DBF26D
Tints of Mindaro #DBF26D
RGB
CMYK
RGB Variations
Color information
#DBF26D (or 0xDBF26D) is known color: Mindaro. HEX triplet: DB, F2 and 6D. RGB value is (219,242,109). Sum of RGB (Red+Green+Blue) = 219+242+109=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF26D is #240D92. Grayscale: #DCDCDC. Windows color (decimal): -2362771 or 7205595. OLE color: 7205595.
HSL color Cylindrical-coordinate representation of color #DBF26D: hue angle of 70.38º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBF26D is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 109 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.05 |
| HSL | 70.38º | 0.84% | 0.69% | - |
| HSV(B) | 70.38º | 0.55% | 0.95% | - |
| XYZ | 63.73 | 79.67 | 26.49 | - |
| YUV | 219.96 | 65.38 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 109 | 0.10 | 0 | 0.55 | 0.05 | 70.38 | 0.84 | 0.69 |
| Hex | DB | F2 | 6D | A | 0 | 37 | 5 | 46 | 54 | 45 |
| Octal | 333 | 362 | 155 | 12 | 0 | 67 | 5 | 106 | 124 | 105 |
| Binary | 11011011 | 11110010 | 1101101 | 1010 | 0 | 110111 | 101 | 1000110 | 1010100 | 1000101 |
Color Harmonies of #DBF26D
Complementary color
Monochromatic Colors of #DBF26D
Black with #DBF26D
Text Example
Text Example
White with #DBF26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF26D; }
p { color: rgb(219,242,109); }
H1.HeaderClassName
{
color: #DBF26D;
}
.AnyTagClassName
{
color: #DBF26D;
}
</style>
background-color css
<style>
a { background-color: #DBF26D; }
a { background-color: rgb(219,242,109); }
div.DivClassName
{
background-color: #DBF26D;
}
.BgClassName
{
background-color: #DBF26D;
}
</style>
border-color css
<style>
span { border-color: #DBF26D; }
span { border-color: rgb(219,242,109); }
td.TdClassName
{
border-color: #DBF26D;
}
.TagClassName
{
border-color: #DBF26D;
}
</style>