Shades of Mindaro #DBF270
Tints of Mindaro #DBF270
RGB
CMYK
RGB Variations
Color information
#DBF270 (or 0xDBF270) is known color: Mindaro. HEX triplet: DB, F2 and 70. RGB value is (219,242,112). Sum of RGB (Red+Green+Blue) = 219+242+112=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF270 is #240D8F. Grayscale: #DCDCDC. Windows color (decimal): -2362768 or 7402203. OLE color: 7402203.
HSL color Cylindrical-coordinate representation of color #DBF270: hue angle of 70.62º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBF270 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 112 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.05 |
| HSL | 70.62º | 0.83% | 0.69% | - |
| HSV(B) | 70.62º | 0.54% | 0.95% | - |
| XYZ | 63.89 | 79.73 | 27.35 | - |
| YUV | 220.3 | 66.88 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 112 | 0.10 | 0 | 0.54 | 0.05 | 70.62 | 0.83 | 0.69 |
| Hex | DB | F2 | 70 | A | 0 | 36 | 5 | 47 | 53 | 45 |
| Octal | 333 | 362 | 160 | 12 | 0 | 66 | 5 | 107 | 123 | 105 |
| Binary | 11011011 | 11110010 | 1110000 | 1010 | 0 | 110110 | 101 | 1000111 | 1010011 | 1000101 |
Color Harmonies of #DBF270
Complementary color
Monochromatic Colors of #DBF270
Black with #DBF270
Text Example
Text Example
White with #DBF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF270; }
p { color: rgb(219,242,112); }
H1.HeaderClassName
{
color: #DBF270;
}
.AnyTagClassName
{
color: #DBF270;
}
</style>
background-color css
<style>
a { background-color: #DBF270; }
a { background-color: rgb(219,242,112); }
div.DivClassName
{
background-color: #DBF270;
}
.BgClassName
{
background-color: #DBF270;
}
</style>
border-color css
<style>
span { border-color: #DBF270; }
span { border-color: rgb(219,242,112); }
td.TdClassName
{
border-color: #DBF270;
}
.TagClassName
{
border-color: #DBF270;
}
</style>