Shades of Mindaro #DBF972
Tints of Mindaro #DBF972
RGB
CMYK
RGB Variations
Color information
#DBF972 (or 0xDBF972) is known color: Mindaro. HEX triplet: DB, F9 and 72. RGB value is (219,249,114). Sum of RGB (Red+Green+Blue) = 219+249+114=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 114 (44.92% from 255 or 19.59% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF972 is #24068D. Grayscale: #E1E1E1. Windows color (decimal): -2360974 or 7535067. OLE color: 7535067.
HSL color Cylindrical-coordinate representation of color #DBF972: hue angle of 73.33º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBF972 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 114 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.02 |
| HSL | 73.33º | 0.92% | 0.71% | - |
| HSV(B) | 73.33º | 0.54% | 0.98% | - |
| XYZ | 66.13 | 84.03 | 28.65 | - |
| YUV | 224.64 | 65.56 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 114 | 0.12 | 0 | 0.54 | 0.02 | 73.33 | 0.92 | 0.71 |
| Hex | DB | F9 | 72 | C | 0 | 36 | 2 | 49 | 5C | 47 |
| Octal | 333 | 371 | 162 | 14 | 0 | 66 | 2 | 111 | 134 | 107 |
| Binary | 11011011 | 11111001 | 1110010 | 1100 | 0 | 110110 | 10 | 1001001 | 1011100 | 1000111 |
Color Harmonies of #DBF972
Complementary color
Monochromatic Colors of #DBF972
Black with #DBF972
Text Example
Text Example
White with #DBF972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF972; }
p { color: rgb(219,249,114); }
H1.HeaderClassName
{
color: #DBF972;
}
.AnyTagClassName
{
color: #DBF972;
}
</style>
background-color css
<style>
a { background-color: #DBF972; }
a { background-color: rgb(219,249,114); }
div.DivClassName
{
background-color: #DBF972;
}
.BgClassName
{
background-color: #DBF972;
}
</style>
border-color css
<style>
span { border-color: #DBF972; }
span { border-color: rgb(219,249,114); }
td.TdClassName
{
border-color: #DBF972;
}
.TagClassName
{
border-color: #DBF972;
}
</style>