Shades of Mindaro #DBFB7B
Tints of Mindaro #DBFB7B
RGB
CMYK
RGB Variations
Color information
#DBFB7B (or 0xDBFB7B) is known color: Mindaro. HEX triplet: DB, FB and 7B. RGB value is (219,251,123). Sum of RGB (Red+Green+Blue) = 219+251+123=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 123 (48.44% from 255 or 20.74% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB7B is #240484. Grayscale: #E3E3E3. Windows color (decimal): -2360453 or 8125403. OLE color: 8125403.
HSL color Cylindrical-coordinate representation of color #DBFB7B: hue angle of 75º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBFB7B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 123 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.02 |
| HSL | 75º | 0.94% | 0.73% | - |
| HSV(B) | 75º | 0.51% | 0.98% | - |
| XYZ | 67.29 | 85.48 | 31.69 | - |
| YUV | 226.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 123 | 0.13 | 0 | 0.51 | 0.02 | 75 | 0.94 | 0.73 |
| Hex | DB | FB | 7B | D | 0 | 33 | 2 | 4B | 5E | 49 |
| Octal | 333 | 373 | 173 | 15 | 0 | 63 | 2 | 113 | 136 | 111 |
| Binary | 11011011 | 11111011 | 1111011 | 1101 | 0 | 110011 | 10 | 1001011 | 1011110 | 1001001 |
Color Harmonies of #DBFB7B
Complementary color
Monochromatic Colors of #DBFB7B
Black with #DBFB7B
Text Example
Text Example
White with #DBFB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB7B; }
p { color: rgb(219,251,123); }
H1.HeaderClassName
{
color: #DBFB7B;
}
.AnyTagClassName
{
color: #DBFB7B;
}
</style>
background-color css
<style>
a { background-color: #DBFB7B; }
a { background-color: rgb(219,251,123); }
div.DivClassName
{
background-color: #DBFB7B;
}
.BgClassName
{
background-color: #DBFB7B;
}
</style>
border-color css
<style>
span { border-color: #DBFB7B; }
span { border-color: rgb(219,251,123); }
td.TdClassName
{
border-color: #DBFB7B;
}
.TagClassName
{
border-color: #DBFB7B;
}
</style>