Shades of Mindaro #DBF783
Tints of Mindaro #DBF783
RGB
CMYK
RGB Variations
Color information
#DBF783 (or 0xDBF783) is known color: Mindaro. HEX triplet: DB, F7 and 83. RGB value is (219,247,131). Sum of RGB (Red+Green+Blue) = 219+247+131=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 131 (51.56% from 255 or 21.94% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF783 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF783 is #24087C. Grayscale: #E1E1E1. Windows color (decimal): -2361469 or 8648667. OLE color: 8648667.
HSL color Cylindrical-coordinate representation of color #DBF783: hue angle of 74.48º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBF783 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 131 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.03 |
| HSL | 74.48º | 0.88% | 0.74% | - |
| HSV(B) | 74.48º | 0.47% | 0.97% | - |
| XYZ | 66.57 | 83.22 | 34.03 | - |
| YUV | 225.4 | 74.72 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 131 | 0.11 | 0 | 0.47 | 0.03 | 74.48 | 0.88 | 0.74 |
| Hex | DB | F7 | 83 | B | 0 | 2F | 3 | 4A | 58 | 4A |
| Octal | 333 | 367 | 203 | 13 | 0 | 57 | 3 | 112 | 130 | 112 |
| Binary | 11011011 | 11110111 | 10000011 | 1011 | 0 | 101111 | 11 | 1001010 | 1011000 | 1001010 |
Color Harmonies of #DBF783
Complementary color
Monochromatic Colors of #DBF783
Black with #DBF783
Text Example
Text Example
White with #DBF783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF783; }
p { color: rgb(219,247,131); }
H1.HeaderClassName
{
color: #DBF783;
}
.AnyTagClassName
{
color: #DBF783;
}
</style>
background-color css
<style>
a { background-color: #DBF783; }
a { background-color: rgb(219,247,131); }
div.DivClassName
{
background-color: #DBF783;
}
.BgClassName
{
background-color: #DBF783;
}
</style>
border-color css
<style>
span { border-color: #DBF783; }
span { border-color: rgb(219,247,131); }
td.TdClassName
{
border-color: #DBF783;
}
.TagClassName
{
border-color: #DBF783;
}
</style>