Shades of Mindaro #DBFD68
Tints of Mindaro #DBFD68
RGB
CMYK
RGB Variations
Color information
#DBFD68 (or 0xDBFD68) is known color: Mindaro. HEX triplet: DB, FD and 68. RGB value is (219,253,104). Sum of RGB (Red+Green+Blue) = 219+253+104=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 104 (41.02% from 255 or 18.06% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD68 is #240297. Grayscale: #E2E2E2. Windows color (decimal): -2359960 or 6880731. OLE color: 6880731.
HSL color Cylindrical-coordinate representation of color #DBFD68: hue angle of 73.69º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBFD68 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 104 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.01 |
| HSL | 73.69º | 0.97% | 0.7% | - |
| HSV(B) | 73.69º | 0.59% | 0.99% | - |
| XYZ | 66.84 | 86.31 | 26.23 | - |
| YUV | 225.85 | 59.24 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 104 | 0.13 | 0 | 0.59 | 0.01 | 73.69 | 0.97 | 0.7 |
| Hex | DB | FD | 68 | D | 0 | 3B | 1 | 4A | 61 | 46 |
| Octal | 333 | 375 | 150 | 15 | 0 | 73 | 1 | 112 | 141 | 106 |
| Binary | 11011011 | 11111101 | 1101000 | 1101 | 0 | 111011 | 1 | 1001010 | 1100001 | 1000110 |
Color Harmonies of #DBFD68
Complementary color
Monochromatic Colors of #DBFD68
Black with #DBFD68
Text Example
Text Example
White with #DBFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD68; }
p { color: rgb(219,253,104); }
H1.HeaderClassName
{
color: #DBFD68;
}
.AnyTagClassName
{
color: #DBFD68;
}
</style>
background-color css
<style>
a { background-color: #DBFD68; }
a { background-color: rgb(219,253,104); }
div.DivClassName
{
background-color: #DBFD68;
}
.BgClassName
{
background-color: #DBFD68;
}
</style>
border-color css
<style>
span { border-color: #DBFD68; }
span { border-color: rgb(219,253,104); }
td.TdClassName
{
border-color: #DBFD68;
}
.TagClassName
{
border-color: #DBFD68;
}
</style>