Shades of Mindaro #DBF45A
Tints of Mindaro #DBF45A
RGB
CMYK
RGB Variations
Color information
#DBF45A (or 0xDBF45A) is known color: Mindaro. HEX triplet: DB, F4 and 5A. RGB value is (219,244,90). Sum of RGB (Red+Green+Blue) = 219+244+90=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 90 (35.55% from 255 or 16.27% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF45A is #240BA5. Grayscale: #DBDBDB. Windows color (decimal): -2362278 or 5960923. OLE color: 5960923.
HSL color Cylindrical-coordinate representation of color #DBF45A: hue angle of 69.74º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBF45A is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 90 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.04 |
| HSL | 69.74º | 0.88% | 0.65% | - |
| HSV(B) | 69.74º | 0.63% | 0.96% | - |
| XYZ | 63.41 | 80.5 | 21.87 | - |
| YUV | 218.97 | 55.22 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 90 | 0.10 | 0 | 0.63 | 0.04 | 69.74 | 0.88 | 0.65 |
| Hex | DB | F4 | 5A | A | 0 | 3F | 4 | 46 | 58 | 41 |
| Octal | 333 | 364 | 132 | 12 | 0 | 77 | 4 | 106 | 130 | 101 |
| Binary | 11011011 | 11110100 | 1011010 | 1010 | 0 | 111111 | 100 | 1000110 | 1011000 | 1000001 |
Color Harmonies of #DBF45A
Complementary color
Monochromatic Colors of #DBF45A
Black with #DBF45A
Text Example
Text Example
White with #DBF45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF45A; }
p { color: rgb(219,244,90); }
H1.HeaderClassName
{
color: #DBF45A;
}
.AnyTagClassName
{
color: #DBF45A;
}
</style>
background-color css
<style>
a { background-color: #DBF45A; }
a { background-color: rgb(219,244,90); }
div.DivClassName
{
background-color: #DBF45A;
}
.BgClassName
{
background-color: #DBF45A;
}
</style>
border-color css
<style>
span { border-color: #DBF45A; }
span { border-color: rgb(219,244,90); }
td.TdClassName
{
border-color: #DBF45A;
}
.TagClassName
{
border-color: #DBF45A;
}
</style>