Shades of Mindaro #DBF96E
Tints of Mindaro #DBF96E
RGB
CMYK
RGB Variations
Color information
#DBF96E (or 0xDBF96E) is known color: Mindaro. HEX triplet: DB, F9 and 6E. RGB value is (219,249,110). Sum of RGB (Red+Green+Blue) = 219+249+110=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 110 (43.36% from 255 or 19.03% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF96E is #240691. Grayscale: #E0E0E0. Windows color (decimal): -2360978 or 7272923. OLE color: 7272923.
HSL color Cylindrical-coordinate representation of color #DBF96E: hue angle of 72.95º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBF96E is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 110 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.02 |
| HSL | 72.95º | 0.92% | 0.7% | - |
| HSV(B) | 72.95º | 0.56% | 0.98% | - |
| XYZ | 65.9 | 83.94 | 27.48 | - |
| YUV | 224.18 | 63.56 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 110 | 0.12 | 0 | 0.56 | 0.02 | 72.95 | 0.92 | 0.7 |
| Hex | DB | F9 | 6E | C | 0 | 38 | 2 | 49 | 5C | 46 |
| Octal | 333 | 371 | 156 | 14 | 0 | 70 | 2 | 111 | 134 | 106 |
| Binary | 11011011 | 11111001 | 1101110 | 1100 | 0 | 111000 | 10 | 1001001 | 1011100 | 1000110 |
Color Harmonies of #DBF96E
Complementary color
Monochromatic Colors of #DBF96E
Black with #DBF96E
Text Example
Text Example
White with #DBF96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF96E; }
p { color: rgb(219,249,110); }
H1.HeaderClassName
{
color: #DBF96E;
}
.AnyTagClassName
{
color: #DBF96E;
}
</style>
background-color css
<style>
a { background-color: #DBF96E; }
a { background-color: rgb(219,249,110); }
div.DivClassName
{
background-color: #DBF96E;
}
.BgClassName
{
background-color: #DBF96E;
}
</style>
border-color css
<style>
span { border-color: #DBF96E; }
span { border-color: rgb(219,249,110); }
td.TdClassName
{
border-color: #DBF96E;
}
.TagClassName
{
border-color: #DBF96E;
}
</style>