Shades of Mindaro #DBFB69
Tints of Mindaro #DBFB69
RGB
CMYK
RGB Variations
Color information
#DBFB69 (or 0xDBFB69) is known color: Mindaro. HEX triplet: DB, FB and 69. RGB value is (219,251,105). Sum of RGB (Red+Green+Blue) = 219+251+105=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 105 (41.41% from 255 or 18.26% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB69 is #240496. Grayscale: #E1E1E1. Windows color (decimal): -2360471 or 6945755. OLE color: 6945755.
HSL color Cylindrical-coordinate representation of color #DBFB69: hue angle of 73.15º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBFB69 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 105 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.02 |
| HSL | 73.15º | 0.95% | 0.7% | - |
| HSV(B) | 73.15º | 0.58% | 0.98% | - |
| XYZ | 66.26 | 85.07 | 26.29 | - |
| YUV | 224.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 105 | 0.13 | 0 | 0.58 | 0.02 | 73.15 | 0.95 | 0.7 |
| Hex | DB | FB | 69 | D | 0 | 3A | 2 | 49 | 5F | 46 |
| Octal | 333 | 373 | 151 | 15 | 0 | 72 | 2 | 111 | 137 | 106 |
| Binary | 11011011 | 11111011 | 1101001 | 1101 | 0 | 111010 | 10 | 1001001 | 1011111 | 1000110 |
Color Harmonies of #DBFB69
Complementary color
Monochromatic Colors of #DBFB69
Black with #DBFB69
Text Example
Text Example
White with #DBFB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB69; }
p { color: rgb(219,251,105); }
H1.HeaderClassName
{
color: #DBFB69;
}
.AnyTagClassName
{
color: #DBFB69;
}
</style>
background-color css
<style>
a { background-color: #DBFB69; }
a { background-color: rgb(219,251,105); }
div.DivClassName
{
background-color: #DBFB69;
}
.BgClassName
{
background-color: #DBFB69;
}
</style>
border-color css
<style>
span { border-color: #DBFB69; }
span { border-color: rgb(219,251,105); }
td.TdClassName
{
border-color: #DBFB69;
}
.TagClassName
{
border-color: #DBFB69;
}
</style>