Shades of Mindaro #DBFE68
Tints of Mindaro #DBFE68
RGB
CMYK
RGB Variations
Color information
#DBFE68 (or 0xDBFE68) is known color: Mindaro. HEX triplet: DB, FE and 68. RGB value is (219,254,104). Sum of RGB (Red+Green+Blue) = 219+254+104=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 104 (41.02% from 255 or 18.02% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE68 is #240197. Grayscale: #E3E3E3. Windows color (decimal): -2359704 or 6880987. OLE color: 6880987.
HSL color Cylindrical-coordinate representation of color #DBFE68: hue angle of 74º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBFE68 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 104 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.00 |
| HSL | 74º | 0.99% | 0.7% | - |
| HSV(B) | 74º | 0.59% | 1% | - |
| XYZ | 67.15 | 86.94 | 26.34 | - |
| YUV | 226.44 | 58.9 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 104 | 0.14 | 0 | 0.59 | 0.00 | 74 | 0.99 | 0.7 |
| Hex | DB | FE | 68 | E | 0 | 3B | 0 | 4A | 63 | 46 |
| Octal | 333 | 376 | 150 | 16 | 0 | 73 | 0 | 112 | 143 | 106 |
| Binary | 11011011 | 11111110 | 1101000 | 1110 | 0 | 111011 | 0 | 1001010 | 1100011 | 1000110 |
Color Harmonies of #DBFE68
Complementary color
Monochromatic Colors of #DBFE68
Black with #DBFE68
Text Example
Text Example
White with #DBFE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE68; }
p { color: rgb(219,254,104); }
H1.HeaderClassName
{
color: #DBFE68;
}
.AnyTagClassName
{
color: #DBFE68;
}
</style>
background-color css
<style>
a { background-color: #DBFE68; }
a { background-color: rgb(219,254,104); }
div.DivClassName
{
background-color: #DBFE68;
}
.BgClassName
{
background-color: #DBFE68;
}
</style>
border-color css
<style>
span { border-color: #DBFE68; }
span { border-color: rgb(219,254,104); }
td.TdClassName
{
border-color: #DBFE68;
}
.TagClassName
{
border-color: #DBFE68;
}
</style>