Shades of Mindaro #DBF15E
Tints of Mindaro #DBF15E
RGB
CMYK
RGB Variations
Color information
#DBF15E (or 0xDBF15E) is known color: Mindaro. HEX triplet: DB, F1 and 5E. RGB value is (219,241,94). Sum of RGB (Red+Green+Blue) = 219+241+94=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF15E is #240EA1. Grayscale: #DADADA. Windows color (decimal): -2363042 or 6222299. OLE color: 6222299.
HSL color Cylindrical-coordinate representation of color #DBF15E: hue angle of 68.98º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBF15E is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 94 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.05 |
| HSL | 68.98º | 0.84% | 0.66% | - |
| HSV(B) | 68.98º | 0.61% | 0.95% | - |
| XYZ | 62.69 | 78.78 | 22.49 | - |
| YUV | 217.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 94 | 0.09 | 0 | 0.61 | 0.05 | 68.98 | 0.84 | 0.66 |
| Hex | DB | F1 | 5E | 9 | 0 | 3D | 5 | 45 | 54 | 42 |
| Octal | 333 | 361 | 136 | 11 | 0 | 75 | 5 | 105 | 124 | 102 |
| Binary | 11011011 | 11110001 | 1011110 | 1001 | 0 | 111101 | 101 | 1000101 | 1010100 | 1000010 |
Color Harmonies of #DBF15E
Complementary color
Monochromatic Colors of #DBF15E
Black with #DBF15E
Text Example
Text Example
White with #DBF15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF15E; }
p { color: rgb(219,241,94); }
H1.HeaderClassName
{
color: #DBF15E;
}
.AnyTagClassName
{
color: #DBF15E;
}
</style>
background-color css
<style>
a { background-color: #DBF15E; }
a { background-color: rgb(219,241,94); }
div.DivClassName
{
background-color: #DBF15E;
}
.BgClassName
{
background-color: #DBF15E;
}
</style>
border-color css
<style>
span { border-color: #DBF15E; }
span { border-color: rgb(219,241,94); }
td.TdClassName
{
border-color: #DBF15E;
}
.TagClassName
{
border-color: #DBF15E;
}
</style>