Shades of Mindaro #DBFA68
Tints of Mindaro #DBFA68
RGB
CMYK
RGB Variations
Color information
#DBFA68 (or 0xDBFA68) is known color: Mindaro. HEX triplet: DB, FA and 68. RGB value is (219,250,104). Sum of RGB (Red+Green+Blue) = 219+250+104=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 104 (41.02% from 255 or 18.15% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFA68 is #240597. Grayscale: #E0E0E0. Windows color (decimal): -2360728 or 6879963. OLE color: 6879963.
HSL color Cylindrical-coordinate representation of color #DBFA68: hue angle of 72.74º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBFA68 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 104 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.02 |
| HSL | 72.74º | 0.94% | 0.69% | - |
| HSV(B) | 72.74º | 0.58% | 0.98% | - |
| XYZ | 65.9 | 84.43 | 25.92 | - |
| YUV | 224.09 | 60.23 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 104 | 0.12 | 0 | 0.58 | 0.02 | 72.74 | 0.94 | 0.69 |
| Hex | DB | FA | 68 | C | 0 | 3A | 2 | 49 | 5E | 45 |
| Octal | 333 | 372 | 150 | 14 | 0 | 72 | 2 | 111 | 136 | 105 |
| Binary | 11011011 | 11111010 | 1101000 | 1100 | 0 | 111010 | 10 | 1001001 | 1011110 | 1000101 |
Color Harmonies of #DBFA68
Complementary color
Monochromatic Colors of #DBFA68
Black with #DBFA68
Text Example
Text Example
White with #DBFA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA68; }
p { color: rgb(219,250,104); }
H1.HeaderClassName
{
color: #DBFA68;
}
.AnyTagClassName
{
color: #DBFA68;
}
</style>
background-color css
<style>
a { background-color: #DBFA68; }
a { background-color: rgb(219,250,104); }
div.DivClassName
{
background-color: #DBFA68;
}
.BgClassName
{
background-color: #DBFA68;
}
</style>
border-color css
<style>
span { border-color: #DBFA68; }
span { border-color: rgb(219,250,104); }
td.TdClassName
{
border-color: #DBFA68;
}
.TagClassName
{
border-color: #DBFA68;
}
</style>