Shades of Mindaro #DBFB7E
Tints of Mindaro #DBFB7E
RGB
CMYK
RGB Variations
Color information
#DBFB7E (or 0xDBFB7E) is known color: Mindaro. HEX triplet: DB, FB and 7E. RGB value is (219,251,126). Sum of RGB (Red+Green+Blue) = 219+251+126=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 126 (49.61% from 255 or 21.14% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB7E is #240481. Grayscale: #E3E3E3. Windows color (decimal): -2360450 or 8322011. OLE color: 8322011.
HSL color Cylindrical-coordinate representation of color #DBFB7E: hue angle of 75.36º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBFB7E is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 126 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.02 |
| HSL | 75.36º | 0.94% | 0.74% | - |
| HSV(B) | 75.36º | 0.5% | 0.98% | - |
| XYZ | 67.48 | 85.56 | 32.7 | - |
| YUV | 227.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 126 | 0.13 | 0 | 0.50 | 0.02 | 75.36 | 0.94 | 0.74 |
| Hex | DB | FB | 7E | D | 0 | 32 | 2 | 4B | 5E | 4A |
| Octal | 333 | 373 | 176 | 15 | 0 | 62 | 2 | 113 | 136 | 112 |
| Binary | 11011011 | 11111011 | 1111110 | 1101 | 0 | 110010 | 10 | 1001011 | 1011110 | 1001010 |
Color Harmonies of #DBFB7E
Complementary color
Monochromatic Colors of #DBFB7E
Black with #DBFB7E
Text Example
Text Example
White with #DBFB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB7E; }
p { color: rgb(219,251,126); }
H1.HeaderClassName
{
color: #DBFB7E;
}
.AnyTagClassName
{
color: #DBFB7E;
}
</style>
background-color css
<style>
a { background-color: #DBFB7E; }
a { background-color: rgb(219,251,126); }
div.DivClassName
{
background-color: #DBFB7E;
}
.BgClassName
{
background-color: #DBFB7E;
}
</style>
border-color css
<style>
span { border-color: #DBFB7E; }
span { border-color: rgb(219,251,126); }
td.TdClassName
{
border-color: #DBFB7E;
}
.TagClassName
{
border-color: #DBFB7E;
}
</style>