Shades of Mindaro #DBF275
Tints of Mindaro #DBF275
RGB
CMYK
RGB Variations
Color information
#DBF275 (or 0xDBF275) is known color: Mindaro. HEX triplet: DB, F2 and 75. RGB value is (219,242,117). Sum of RGB (Red+Green+Blue) = 219+242+117=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF275 is #240D8A. Grayscale: #DDDDDD. Windows color (decimal): -2362763 or 7729883. OLE color: 7729883.
HSL color Cylindrical-coordinate representation of color #DBF275: hue angle of 71.04º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBF275 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 117 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.05 |
| HSL | 71.04º | 0.83% | 0.7% | - |
| HSV(B) | 71.04º | 0.52% | 0.95% | - |
| XYZ | 64.18 | 79.85 | 28.86 | - |
| YUV | 220.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 117 | 0.10 | 0 | 0.52 | 0.05 | 71.04 | 0.83 | 0.7 |
| Hex | DB | F2 | 75 | A | 0 | 34 | 5 | 47 | 53 | 46 |
| Octal | 333 | 362 | 165 | 12 | 0 | 64 | 5 | 107 | 123 | 106 |
| Binary | 11011011 | 11110010 | 1110101 | 1010 | 0 | 110100 | 101 | 1000111 | 1010011 | 1000110 |
Color Harmonies of #DBF275
Complementary color
Monochromatic Colors of #DBF275
Black with #DBF275
Text Example
Text Example
White with #DBF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF275; }
p { color: rgb(219,242,117); }
H1.HeaderClassName
{
color: #DBF275;
}
.AnyTagClassName
{
color: #DBF275;
}
</style>
background-color css
<style>
a { background-color: #DBF275; }
a { background-color: rgb(219,242,117); }
div.DivClassName
{
background-color: #DBF275;
}
.BgClassName
{
background-color: #DBF275;
}
</style>
border-color css
<style>
span { border-color: #DBF275; }
span { border-color: rgb(219,242,117); }
td.TdClassName
{
border-color: #DBF275;
}
.TagClassName
{
border-color: #DBF275;
}
</style>