Shades of Mindaro #DBF36D
Tints of Mindaro #DBF36D
RGB
CMYK
RGB Variations
Color information
#DBF36D (or 0xDBF36D) is known color: Mindaro. HEX triplet: DB, F3 and 6D. RGB value is (219,243,109). Sum of RGB (Red+Green+Blue) = 219+243+109=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 109 (42.97% from 255 or 19.09% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF36D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF36D is #240C92. Grayscale: #DDDDDD. Windows color (decimal): -2362515 or 7205851. OLE color: 7205851.
HSL color Cylindrical-coordinate representation of color #DBF36D: hue angle of 70.75º degrees, saturation: 0.85, 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 #DBF36D is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 109 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.05 |
| HSL | 70.75º | 0.85% | 0.69% | - |
| HSV(B) | 70.75º | 0.55% | 0.95% | - |
| XYZ | 64.02 | 80.27 | 26.59 | - |
| YUV | 220.55 | 65.05 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 109 | 0.10 | 0 | 0.55 | 0.05 | 70.75 | 0.85 | 0.69 |
| Hex | DB | F3 | 6D | A | 0 | 37 | 5 | 47 | 55 | 45 |
| Octal | 333 | 363 | 155 | 12 | 0 | 67 | 5 | 107 | 125 | 105 |
| Binary | 11011011 | 11110011 | 1101101 | 1010 | 0 | 110111 | 101 | 1000111 | 1010101 | 1000101 |
Color Harmonies of #DBF36D
Complementary color
Monochromatic Colors of #DBF36D
Black with #DBF36D
Text Example
Text Example
White with #DBF36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF36D; }
p { color: rgb(219,243,109); }
H1.HeaderClassName
{
color: #DBF36D;
}
.AnyTagClassName
{
color: #DBF36D;
}
</style>
background-color css
<style>
a { background-color: #DBF36D; }
a { background-color: rgb(219,243,109); }
div.DivClassName
{
background-color: #DBF36D;
}
.BgClassName
{
background-color: #DBF36D;
}
</style>
border-color css
<style>
span { border-color: #DBF36D; }
span { border-color: rgb(219,243,109); }
td.TdClassName
{
border-color: #DBF36D;
}
.TagClassName
{
border-color: #DBF36D;
}
</style>