Shades of Mindaro #DBF482
Tints of Mindaro #DBF482
RGB
CMYK
RGB Variations
Color information
#DBF482 (or 0xDBF482) is known color: Mindaro. HEX triplet: DB, F4 and 82. RGB value is (219,244,130). Sum of RGB (Red+Green+Blue) = 219+244+130=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 130 (51.17% from 255 or 21.92% from 593); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF482 is #240B7D. Grayscale: #DFDFDF. Windows color (decimal): -2362238 or 8582363. OLE color: 8582363.
HSL color Cylindrical-coordinate representation of color #DBF482: hue angle of 73.16º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBF482 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 130 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.04 |
| HSL | 73.16º | 0.84% | 0.73% | - |
| HSV(B) | 73.16º | 0.47% | 0.96% | - |
| XYZ | 65.59 | 81.37 | 33.37 | - |
| YUV | 223.53 | 75.22 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 130 | 0.10 | 0 | 0.47 | 0.04 | 73.16 | 0.84 | 0.73 |
| Hex | DB | F4 | 82 | A | 0 | 2F | 4 | 49 | 54 | 49 |
| Octal | 333 | 364 | 202 | 12 | 0 | 57 | 4 | 111 | 124 | 111 |
| Binary | 11011011 | 11110100 | 10000010 | 1010 | 0 | 101111 | 100 | 1001001 | 1010100 | 1001001 |
Color Harmonies of #DBF482
Complementary color
Monochromatic Colors of #DBF482
Black with #DBF482
Text Example
Text Example
White with #DBF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF482; }
p { color: rgb(219,244,130); }
H1.HeaderClassName
{
color: #DBF482;
}
.AnyTagClassName
{
color: #DBF482;
}
</style>
background-color css
<style>
a { background-color: #DBF482; }
a { background-color: rgb(219,244,130); }
div.DivClassName
{
background-color: #DBF482;
}
.BgClassName
{
background-color: #DBF482;
}
</style>
border-color css
<style>
span { border-color: #DBF482; }
span { border-color: rgb(219,244,130); }
td.TdClassName
{
border-color: #DBF482;
}
.TagClassName
{
border-color: #DBF482;
}
</style>