Shades of Mindaro #DBE975
Tints of Mindaro #DBE975
RGB
CMYK
RGB Variations
Color information
#DBE975 (or 0xDBE975) is known color: Mindaro. HEX triplet: DB, E9 and 75. RGB value is (219,233,117). Sum of RGB (Red+Green+Blue) = 219+233+117=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE975 is #24168A. Grayscale: #D8D8D8. Windows color (decimal): -2365067 or 7727579. OLE color: 7727579.
HSL color Cylindrical-coordinate representation of color #DBE975: hue angle of 67.24º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBE975 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 117 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.09 |
| HSL | 67.24º | 0.73% | 0.69% | - |
| HSV(B) | 67.24º | 0.5% | 0.91% | - |
| XYZ | 61.56 | 74.62 | 27.99 | - |
| YUV | 215.59 | 72.36 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 117 | 0.06 | 0 | 0.50 | 0.09 | 67.24 | 0.73 | 0.69 |
| Hex | DB | E9 | 75 | 6 | 0 | 32 | 9 | 43 | 48 | 45 |
| Octal | 333 | 351 | 165 | 6 | 0 | 62 | 11 | 103 | 110 | 105 |
| Binary | 11011011 | 11101001 | 1110101 | 110 | 0 | 110010 | 1001 | 1000011 | 1001000 | 1000101 |
Color Harmonies of #DBE975
Complementary color
Monochromatic Colors of #DBE975
Black with #DBE975
Text Example
Text Example
White with #DBE975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE975; }
p { color: rgb(219,233,117); }
H1.HeaderClassName
{
color: #DBE975;
}
.AnyTagClassName
{
color: #DBE975;
}
</style>
background-color css
<style>
a { background-color: #DBE975; }
a { background-color: rgb(219,233,117); }
div.DivClassName
{
background-color: #DBE975;
}
.BgClassName
{
background-color: #DBE975;
}
</style>
border-color css
<style>
span { border-color: #DBE975; }
span { border-color: rgb(219,233,117); }
td.TdClassName
{
border-color: #DBE975;
}
.TagClassName
{
border-color: #DBE975;
}
</style>