Shades of Mindaro #DBF25A
Tints of Mindaro #DBF25A
RGB
CMYK
RGB Variations
Color information
#DBF25A (or 0xDBF25A) is known color: Mindaro. HEX triplet: DB, F2 and 5A. RGB value is (219,242,90). Sum of RGB (Red+Green+Blue) = 219+242+90=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 90 (35.55% from 255 or 16.33% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF25A is #240DA5. Grayscale: #DADADA. Windows color (decimal): -2362790 or 5960411. OLE color: 5960411.
HSL color Cylindrical-coordinate representation of color #DBF25A: hue angle of 69.08º degrees, saturation: 0.85, 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 #DBF25A is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 90 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.05 |
| HSL | 69.08º | 0.85% | 0.65% | - |
| HSV(B) | 69.08º | 0.63% | 0.95% | - |
| XYZ | 62.81 | 79.3 | 21.67 | - |
| YUV | 217.8 | 55.88 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 90 | 0.10 | 0 | 0.63 | 0.05 | 69.08 | 0.85 | 0.65 |
| Hex | DB | F2 | 5A | A | 0 | 3F | 5 | 45 | 55 | 41 |
| Octal | 333 | 362 | 132 | 12 | 0 | 77 | 5 | 105 | 125 | 101 |
| Binary | 11011011 | 11110010 | 1011010 | 1010 | 0 | 111111 | 101 | 1000101 | 1010101 | 1000001 |
Color Harmonies of #DBF25A
Complementary color
Monochromatic Colors of #DBF25A
Black with #DBF25A
Text Example
Text Example
White with #DBF25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF25A; }
p { color: rgb(219,242,90); }
H1.HeaderClassName
{
color: #DBF25A;
}
.AnyTagClassName
{
color: #DBF25A;
}
</style>
background-color css
<style>
a { background-color: #DBF25A; }
a { background-color: rgb(219,242,90); }
div.DivClassName
{
background-color: #DBF25A;
}
.BgClassName
{
background-color: #DBF25A;
}
</style>
border-color css
<style>
span { border-color: #DBF25A; }
span { border-color: rgb(219,242,90); }
td.TdClassName
{
border-color: #DBF25A;
}
.TagClassName
{
border-color: #DBF25A;
}
</style>