Shades of Mindaro #DBF25D
Tints of Mindaro #DBF25D
RGB
CMYK
RGB Variations
Color information
#DBF25D (or 0xDBF25D) is known color: Mindaro. HEX triplet: DB, F2 and 5D. RGB value is (219,242,93). Sum of RGB (Red+Green+Blue) = 219+242+93=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF25D is #240DA2. Grayscale: #DADADA. Windows color (decimal): -2362787 or 6157019. OLE color: 6157019.
HSL color Cylindrical-coordinate representation of color #DBF25D: hue angle of 69.26º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBF25D is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 93 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.05 |
| HSL | 69.26º | 0.85% | 0.66% | - |
| HSV(B) | 69.26º | 0.62% | 0.95% | - |
| XYZ | 62.94 | 79.35 | 22.36 | - |
| YUV | 218.14 | 57.38 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 93 | 0.10 | 0 | 0.62 | 0.05 | 69.26 | 0.85 | 0.66 |
| Hex | DB | F2 | 5D | A | 0 | 3E | 5 | 45 | 55 | 42 |
| Octal | 333 | 362 | 135 | 12 | 0 | 76 | 5 | 105 | 125 | 102 |
| Binary | 11011011 | 11110010 | 1011101 | 1010 | 0 | 111110 | 101 | 1000101 | 1010101 | 1000010 |
Color Harmonies of #DBF25D
Complementary color
Monochromatic Colors of #DBF25D
Black with #DBF25D
Text Example
Text Example
White with #DBF25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF25D; }
p { color: rgb(219,242,93); }
H1.HeaderClassName
{
color: #DBF25D;
}
.AnyTagClassName
{
color: #DBF25D;
}
</style>
background-color css
<style>
a { background-color: #DBF25D; }
a { background-color: rgb(219,242,93); }
div.DivClassName
{
background-color: #DBF25D;
}
.BgClassName
{
background-color: #DBF25D;
}
</style>
border-color css
<style>
span { border-color: #DBF25D; }
span { border-color: rgb(219,242,93); }
td.TdClassName
{
border-color: #DBF25D;
}
.TagClassName
{
border-color: #DBF25D;
}
</style>