Shades of Mindaro #DBF17D
Tints of Mindaro #DBF17D
RGB
CMYK
RGB Variations
Color information
#DBF17D (or 0xDBF17D) is known color: Mindaro. HEX triplet: DB, F1 and 7D. RGB value is (219,241,125). Sum of RGB (Red+Green+Blue) = 219+241+125=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF17D is #240E82. Grayscale: #DDDDDD. Windows color (decimal): -2363011 or 8253915. OLE color: 8253915.
HSL color Cylindrical-coordinate representation of color #DBF17D: hue angle of 71.38º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBF17D is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 125 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.05 |
| HSL | 71.38º | 0.81% | 0.72% | - |
| HSV(B) | 71.38º | 0.48% | 0.95% | - |
| XYZ | 64.37 | 79.45 | 31.35 | - |
| YUV | 221.2 | 73.71 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 125 | 0.09 | 0 | 0.48 | 0.05 | 71.38 | 0.81 | 0.72 |
| Hex | DB | F1 | 7D | 9 | 0 | 30 | 5 | 47 | 51 | 48 |
| Octal | 333 | 361 | 175 | 11 | 0 | 60 | 5 | 107 | 121 | 110 |
| Binary | 11011011 | 11110001 | 1111101 | 1001 | 0 | 110000 | 101 | 1000111 | 1010001 | 1001000 |
Color Harmonies of #DBF17D
Complementary color
Monochromatic Colors of #DBF17D
Black with #DBF17D
Text Example
Text Example
White with #DBF17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF17D; }
p { color: rgb(219,241,125); }
H1.HeaderClassName
{
color: #DBF17D;
}
.AnyTagClassName
{
color: #DBF17D;
}
</style>
background-color css
<style>
a { background-color: #DBF17D; }
a { background-color: rgb(219,241,125); }
div.DivClassName
{
background-color: #DBF17D;
}
.BgClassName
{
background-color: #DBF17D;
}
</style>
border-color css
<style>
span { border-color: #DBF17D; }
span { border-color: rgb(219,241,125); }
td.TdClassName
{
border-color: #DBF17D;
}
.TagClassName
{
border-color: #DBF17D;
}
</style>