Shades of Mindaro #DBFB68
Tints of Mindaro #DBFB68
RGB
CMYK
RGB Variations
Color information
#DBFB68 (or 0xDBFB68) is known color: Mindaro. HEX triplet: DB, FB and 68. RGB value is (219,251,104). Sum of RGB (Red+Green+Blue) = 219+251+104=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 104 (41.02% from 255 or 18.12% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB68 is #240497. Grayscale: #E1E1E1. Windows color (decimal): -2360472 or 6880219. OLE color: 6880219.
HSL color Cylindrical-coordinate representation of color #DBFB68: hue angle of 73.06º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBFB68 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 104 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.02 |
| HSL | 73.06º | 0.95% | 0.7% | - |
| HSV(B) | 73.06º | 0.59% | 0.98% | - |
| XYZ | 66.21 | 85.05 | 26.02 | - |
| YUV | 224.67 | 59.9 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 104 | 0.13 | 0 | 0.59 | 0.02 | 73.06 | 0.95 | 0.7 |
| Hex | DB | FB | 68 | D | 0 | 3B | 2 | 49 | 5F | 46 |
| Octal | 333 | 373 | 150 | 15 | 0 | 73 | 2 | 111 | 137 | 106 |
| Binary | 11011011 | 11111011 | 1101000 | 1101 | 0 | 111011 | 10 | 1001001 | 1011111 | 1000110 |
Color Harmonies of #DBFB68
Complementary color
Monochromatic Colors of #DBFB68
Black with #DBFB68
Text Example
Text Example
White with #DBFB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB68; }
p { color: rgb(219,251,104); }
H1.HeaderClassName
{
color: #DBFB68;
}
.AnyTagClassName
{
color: #DBFB68;
}
</style>
background-color css
<style>
a { background-color: #DBFB68; }
a { background-color: rgb(219,251,104); }
div.DivClassName
{
background-color: #DBFB68;
}
.BgClassName
{
background-color: #DBFB68;
}
</style>
border-color css
<style>
span { border-color: #DBFB68; }
span { border-color: rgb(219,251,104); }
td.TdClassName
{
border-color: #DBFB68;
}
.TagClassName
{
border-color: #DBFB68;
}
</style>