Shades of Mindaro #DBE768
Tints of Mindaro #DBE768
RGB
CMYK
RGB Variations
Color information
#DBE768 (or 0xDBE768) is known color: Mindaro. HEX triplet: DB, E7 and 68. RGB value is (219,231,104). Sum of RGB (Red+Green+Blue) = 219+231+104=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE768 is #241897. Grayscale: #D5D5D5. Windows color (decimal): -2365592 or 6875099. OLE color: 6875099.
HSL color Cylindrical-coordinate representation of color #DBE768: hue angle of 65.67º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBE768 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 104 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.09 |
| HSL | 65.67º | 0.73% | 0.66% | - |
| HSV(B) | 65.67º | 0.55% | 0.91% | - |
| XYZ | 60.29 | 73.21 | 24.05 | - |
| YUV | 212.93 | 66.52 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 104 | 0.05 | 0 | 0.55 | 0.09 | 65.67 | 0.73 | 0.66 |
| Hex | DB | E7 | 68 | 5 | 0 | 37 | 9 | 42 | 49 | 42 |
| Octal | 333 | 347 | 150 | 5 | 0 | 67 | 11 | 102 | 111 | 102 |
| Binary | 11011011 | 11100111 | 1101000 | 101 | 0 | 110111 | 1001 | 1000010 | 1001001 | 1000010 |
Color Harmonies of #DBE768
Complementary color
Monochromatic Colors of #DBE768
Black with #DBE768
Text Example
Text Example
White with #DBE768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE768; }
p { color: rgb(219,231,104); }
H1.HeaderClassName
{
color: #DBE768;
}
.AnyTagClassName
{
color: #DBE768;
}
</style>
background-color css
<style>
a { background-color: #DBE768; }
a { background-color: rgb(219,231,104); }
div.DivClassName
{
background-color: #DBE768;
}
.BgClassName
{
background-color: #DBE768;
}
</style>
border-color css
<style>
span { border-color: #DBE768; }
span { border-color: rgb(219,231,104); }
td.TdClassName
{
border-color: #DBE768;
}
.TagClassName
{
border-color: #DBE768;
}
</style>