Shades of Mindaro #DBFB79
Tints of Mindaro #DBFB79
RGB
CMYK
RGB Variations
Color information
#DBFB79 (or 0xDBFB79) is known color: Mindaro. HEX triplet: DB, FB and 79. RGB value is (219,251,121). Sum of RGB (Red+Green+Blue) = 219+251+121=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 251 (98.44% from 255 or 42.47% from 591); Blue value is 121 (47.66% from 255 or 20.47% from 591); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB79 is #240486. Grayscale: #E3E3E3. Windows color (decimal): -2360455 or 7994331. OLE color: 7994331.
HSL color Cylindrical-coordinate representation of color #DBFB79: hue angle of 74.77º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBFB79 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 121 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.02 |
| HSL | 74.77º | 0.94% | 0.73% | - |
| HSV(B) | 74.77º | 0.52% | 0.98% | - |
| XYZ | 67.16 | 85.43 | 31.04 | - |
| YUV | 226.61 | 68.4 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 121 | 0.13 | 0 | 0.52 | 0.02 | 74.77 | 0.94 | 0.73 |
| Hex | DB | FB | 79 | D | 0 | 34 | 2 | 4B | 5E | 49 |
| Octal | 333 | 373 | 171 | 15 | 0 | 64 | 2 | 113 | 136 | 111 |
| Binary | 11011011 | 11111011 | 1111001 | 1101 | 0 | 110100 | 10 | 1001011 | 1011110 | 1001001 |
Color Harmonies of #DBFB79
Complementary color
Monochromatic Colors of #DBFB79
Black with #DBFB79
Text Example
Text Example
White with #DBFB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB79; }
p { color: rgb(219,251,121); }
H1.HeaderClassName
{
color: #DBFB79;
}
.AnyTagClassName
{
color: #DBFB79;
}
</style>
background-color css
<style>
a { background-color: #DBFB79; }
a { background-color: rgb(219,251,121); }
div.DivClassName
{
background-color: #DBFB79;
}
.BgClassName
{
background-color: #DBFB79;
}
</style>
border-color css
<style>
span { border-color: #DBFB79; }
span { border-color: rgb(219,251,121); }
td.TdClassName
{
border-color: #DBFB79;
}
.TagClassName
{
border-color: #DBFB79;
}
</style>