Shades of Mindaro #DBF55A
Tints of Mindaro #DBF55A
RGB
CMYK
RGB Variations
Color information
#DBF55A (or 0xDBF55A) is known color: Mindaro. HEX triplet: DB, F5 and 5A. RGB value is (219,245,90). Sum of RGB (Red+Green+Blue) = 219+245+90=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF55A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF55A is #240AA5. Grayscale: #DCDCDC. Windows color (decimal): -2362022 or 5961179. OLE color: 5961179.
HSL color Cylindrical-coordinate representation of color #DBF55A: hue angle of 70.06º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBF55A is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 90 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.04 |
| HSL | 70.06º | 0.89% | 0.66% | - |
| HSV(B) | 70.06º | 0.63% | 0.96% | - |
| XYZ | 63.71 | 81.1 | 21.97 | - |
| YUV | 219.56 | 54.89 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 90 | 0.11 | 0 | 0.63 | 0.04 | 70.06 | 0.89 | 0.66 |
| Hex | DB | F5 | 5A | B | 0 | 3F | 4 | 46 | 59 | 42 |
| Octal | 333 | 365 | 132 | 13 | 0 | 77 | 4 | 106 | 131 | 102 |
| Binary | 11011011 | 11110101 | 1011010 | 1011 | 0 | 111111 | 100 | 1000110 | 1011001 | 1000010 |
Color Harmonies of #DBF55A
Complementary color
Monochromatic Colors of #DBF55A
Black with #DBF55A
Text Example
Text Example
White with #DBF55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF55A; }
p { color: rgb(219,245,90); }
H1.HeaderClassName
{
color: #DBF55A;
}
.AnyTagClassName
{
color: #DBF55A;
}
</style>
background-color css
<style>
a { background-color: #DBF55A; }
a { background-color: rgb(219,245,90); }
div.DivClassName
{
background-color: #DBF55A;
}
.BgClassName
{
background-color: #DBF55A;
}
</style>
border-color css
<style>
span { border-color: #DBF55A; }
span { border-color: rgb(219,245,90); }
td.TdClassName
{
border-color: #DBF55A;
}
.TagClassName
{
border-color: #DBF55A;
}
</style>