Shades of Mindaro #DBEA68
Tints of Mindaro #DBEA68
RGB
CMYK
RGB Variations
Color information
#DBEA68 (or 0xDBEA68) is known color: Mindaro. HEX triplet: DB, EA and 68. RGB value is (219,234,104). Sum of RGB (Red+Green+Blue) = 219+234+104=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA68 is #241597. Grayscale: #D7D7D7. Windows color (decimal): -2364824 or 6875867. OLE color: 6875867.
HSL color Cylindrical-coordinate representation of color #DBEA68: hue angle of 66.92º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBEA68 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 104 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.08 |
| HSL | 66.92º | 0.76% | 0.66% | - |
| HSV(B) | 66.92º | 0.56% | 0.92% | - |
| XYZ | 61.13 | 74.91 | 24.33 | - |
| YUV | 214.7 | 65.53 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 104 | 0.06 | 0 | 0.56 | 0.08 | 66.92 | 0.76 | 0.66 |
| Hex | DB | EA | 68 | 6 | 0 | 38 | 8 | 43 | 4C | 42 |
| Octal | 333 | 352 | 150 | 6 | 0 | 70 | 10 | 103 | 114 | 102 |
| Binary | 11011011 | 11101010 | 1101000 | 110 | 0 | 111000 | 1000 | 1000011 | 1001100 | 1000010 |
Color Harmonies of #DBEA68
Complementary color
Monochromatic Colors of #DBEA68
Black with #DBEA68
Text Example
Text Example
White with #DBEA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA68; }
p { color: rgb(219,234,104); }
H1.HeaderClassName
{
color: #DBEA68;
}
.AnyTagClassName
{
color: #DBEA68;
}
</style>
background-color css
<style>
a { background-color: #DBEA68; }
a { background-color: rgb(219,234,104); }
div.DivClassName
{
background-color: #DBEA68;
}
.BgClassName
{
background-color: #DBEA68;
}
</style>
border-color css
<style>
span { border-color: #DBEA68; }
span { border-color: rgb(219,234,104); }
td.TdClassName
{
border-color: #DBEA68;
}
.TagClassName
{
border-color: #DBEA68;
}
</style>