Shades of Mindaro #DBF768
Tints of Mindaro #DBF768
RGB
CMYK
RGB Variations
Color information
#DBF768 (or 0xDBF768) is known color: Mindaro. HEX triplet: DB, F7 and 68. RGB value is (219,247,104). Sum of RGB (Red+Green+Blue) = 219+247+104=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 104 (41.02% from 255 or 18.25% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF768 is #240897. Grayscale: #DEDEDE. Windows color (decimal): -2361496 or 6879195. OLE color: 6879195.
HSL color Cylindrical-coordinate representation of color #DBF768: hue angle of 71.75º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBF768 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 104 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.03 |
| HSL | 71.75º | 0.9% | 0.69% | - |
| HSV(B) | 71.75º | 0.58% | 0.97% | - |
| XYZ | 64.97 | 82.58 | 25.61 | - |
| YUV | 222.33 | 61.22 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 104 | 0.11 | 0 | 0.58 | 0.03 | 71.75 | 0.9 | 0.69 |
| Hex | DB | F7 | 68 | B | 0 | 3A | 3 | 48 | 5A | 45 |
| Octal | 333 | 367 | 150 | 13 | 0 | 72 | 3 | 110 | 132 | 105 |
| Binary | 11011011 | 11110111 | 1101000 | 1011 | 0 | 111010 | 11 | 1001000 | 1011010 | 1000101 |
Color Harmonies of #DBF768
Complementary color
Monochromatic Colors of #DBF768
Black with #DBF768
Text Example
Text Example
White with #DBF768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF768; }
p { color: rgb(219,247,104); }
H1.HeaderClassName
{
color: #DBF768;
}
.AnyTagClassName
{
color: #DBF768;
}
</style>
background-color css
<style>
a { background-color: #DBF768; }
a { background-color: rgb(219,247,104); }
div.DivClassName
{
background-color: #DBF768;
}
.BgClassName
{
background-color: #DBF768;
}
</style>
border-color css
<style>
span { border-color: #DBF768; }
span { border-color: rgb(219,247,104); }
td.TdClassName
{
border-color: #DBF768;
}
.TagClassName
{
border-color: #DBF768;
}
</style>