Shades of Mindaro #DBFD70
Tints of Mindaro #DBFD70
RGB
CMYK
RGB Variations
Color information
#DBFD70 (or 0xDBFD70) is known color: Mindaro. HEX triplet: DB, FD and 70. RGB value is (219,253,112). Sum of RGB (Red+Green+Blue) = 219+253+112=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 112 (44.14% from 255 or 19.18% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD70 is #24028F. Grayscale: #E3E3E3. Windows color (decimal): -2359952 or 7405019. OLE color: 7405019.
HSL color Cylindrical-coordinate representation of color #DBFD70: hue angle of 74.47º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBFD70 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 112 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.01 |
| HSL | 74.47º | 0.97% | 0.72% | - |
| HSV(B) | 74.47º | 0.56% | 0.99% | - |
| XYZ | 67.26 | 86.48 | 28.48 | - |
| YUV | 226.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 112 | 0.13 | 0 | 0.56 | 0.01 | 74.47 | 0.97 | 0.72 |
| Hex | DB | FD | 70 | D | 0 | 38 | 1 | 4A | 61 | 48 |
| Octal | 333 | 375 | 160 | 15 | 0 | 70 | 1 | 112 | 141 | 110 |
| Binary | 11011011 | 11111101 | 1110000 | 1101 | 0 | 111000 | 1 | 1001010 | 1100001 | 1001000 |
Color Harmonies of #DBFD70
Complementary color
Monochromatic Colors of #DBFD70
Black with #DBFD70
Text Example
Text Example
White with #DBFD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD70; }
p { color: rgb(219,253,112); }
H1.HeaderClassName
{
color: #DBFD70;
}
.AnyTagClassName
{
color: #DBFD70;
}
</style>
background-color css
<style>
a { background-color: #DBFD70; }
a { background-color: rgb(219,253,112); }
div.DivClassName
{
background-color: #DBFD70;
}
.BgClassName
{
background-color: #DBFD70;
}
</style>
border-color css
<style>
span { border-color: #DBFD70; }
span { border-color: rgb(219,253,112); }
td.TdClassName
{
border-color: #DBFD70;
}
.TagClassName
{
border-color: #DBFD70;
}
</style>