Shades of Mindaro #DBF15F
Tints of Mindaro #DBF15F
RGB
CMYK
RGB Variations
Color information
#DBF15F (or 0xDBF15F) is known color: Mindaro. HEX triplet: DB, F1 and 5F. RGB value is (219,241,95). Sum of RGB (Red+Green+Blue) = 219+241+95=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 95 (37.5% from 255 or 17.12% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF15F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF15F is #240EA0. Grayscale: #DADADA. Windows color (decimal): -2363041 or 6287835. OLE color: 6287835.
HSL color Cylindrical-coordinate representation of color #DBF15F: hue angle of 69.04º 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 #DBF15F is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 95 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.05 |
| HSL | 69.04º | 0.84% | 0.66% | - |
| HSV(B) | 69.04º | 0.61% | 0.95% | - |
| XYZ | 62.73 | 78.8 | 22.73 | - |
| YUV | 217.78 | 58.71 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 95 | 0.09 | 0 | 0.61 | 0.05 | 69.04 | 0.84 | 0.66 |
| Hex | DB | F1 | 5F | 9 | 0 | 3D | 5 | 45 | 54 | 42 |
| Octal | 333 | 361 | 137 | 11 | 0 | 75 | 5 | 105 | 124 | 102 |
| Binary | 11011011 | 11110001 | 1011111 | 1001 | 0 | 111101 | 101 | 1000101 | 1010100 | 1000010 |
Color Harmonies of #DBF15F
Complementary color
Monochromatic Colors of #DBF15F
Black with #DBF15F
Text Example
Text Example
White with #DBF15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF15F; }
p { color: rgb(219,241,95); }
H1.HeaderClassName
{
color: #DBF15F;
}
.AnyTagClassName
{
color: #DBF15F;
}
</style>
background-color css
<style>
a { background-color: #DBF15F; }
a { background-color: rgb(219,241,95); }
div.DivClassName
{
background-color: #DBF15F;
}
.BgClassName
{
background-color: #DBF15F;
}
</style>
border-color css
<style>
span { border-color: #DBF15F; }
span { border-color: rgb(219,241,95); }
td.TdClassName
{
border-color: #DBF15F;
}
.TagClassName
{
border-color: #DBF15F;
}
</style>