Shades of Mindaro #DBF15A
Tints of Mindaro #DBF15A
RGB
CMYK
RGB Variations
Color information
#DBF15A (or 0xDBF15A) is known color: Mindaro. HEX triplet: DB, F1 and 5A. RGB value is (219,241,90). Sum of RGB (Red+Green+Blue) = 219+241+90=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF15A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF15A is #240EA5. Grayscale: #D9D9D9. Windows color (decimal): -2363046 or 5960155. OLE color: 5960155.
HSL color Cylindrical-coordinate representation of color #DBF15A: hue angle of 68.74º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBF15A is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 90 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.05 |
| HSL | 68.74º | 0.84% | 0.65% | - |
| HSV(B) | 68.74º | 0.63% | 0.95% | - |
| XYZ | 62.51 | 78.71 | 21.57 | - |
| YUV | 217.21 | 56.21 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 90 | 0.09 | 0 | 0.63 | 0.05 | 68.74 | 0.84 | 0.65 |
| Hex | DB | F1 | 5A | 9 | 0 | 3F | 5 | 45 | 54 | 41 |
| Octal | 333 | 361 | 132 | 11 | 0 | 77 | 5 | 105 | 124 | 101 |
| Binary | 11011011 | 11110001 | 1011010 | 1001 | 0 | 111111 | 101 | 1000101 | 1010100 | 1000001 |
Color Harmonies of #DBF15A
Complementary color
Monochromatic Colors of #DBF15A
Black with #DBF15A
Text Example
Text Example
White with #DBF15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF15A; }
p { color: rgb(219,241,90); }
H1.HeaderClassName
{
color: #DBF15A;
}
.AnyTagClassName
{
color: #DBF15A;
}
</style>
background-color css
<style>
a { background-color: #DBF15A; }
a { background-color: rgb(219,241,90); }
div.DivClassName
{
background-color: #DBF15A;
}
.BgClassName
{
background-color: #DBF15A;
}
</style>
border-color css
<style>
span { border-color: #DBF15A; }
span { border-color: rgb(219,241,90); }
td.TdClassName
{
border-color: #DBF15A;
}
.TagClassName
{
border-color: #DBF15A;
}
</style>