Shades of Mindaro #D9EB68
Tints of Mindaro #D9EB68
RGB
CMYK
RGB Variations
Color information
#D9EB68 (or 0xD9EB68) is known color: Mindaro. HEX triplet: D9, EB and 68. RGB value is (217,235,104). Sum of RGB (Red+Green+Blue) = 217+235+104=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EB68 is #261497. Grayscale: #D7D7D7. Windows color (decimal): -2495640 or 6876121. OLE color: 6876121.
HSL color Cylindrical-coordinate representation of color #D9EB68: hue angle of 68.24º degrees, saturation: 0.77, 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 #D9EB68 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 235 | 104 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.08 |
| HSL | 68.24º | 0.77% | 0.66% | - |
| HSV(B) | 68.24º | 0.56% | 0.92% | - |
| XYZ | 60.82 | 75.17 | 24.4 | - |
| YUV | 214.68 | 65.54 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 235 | 104 | 0.08 | 0 | 0.56 | 0.08 | 68.24 | 0.77 | 0.66 |
| Hex | D9 | EB | 68 | 8 | 0 | 38 | 8 | 44 | 4D | 42 |
| Octal | 331 | 353 | 150 | 10 | 0 | 70 | 10 | 104 | 115 | 102 |
| Binary | 11011001 | 11101011 | 1101000 | 1000 | 0 | 111000 | 1000 | 1000100 | 1001101 | 1000010 |
Color Harmonies of #D9EB68
Complementary color
Monochromatic Colors of #D9EB68
Black with #D9EB68
Text Example
Text Example
White with #D9EB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EB68; }
p { color: rgb(217,235,104); }
H1.HeaderClassName
{
color: #D9EB68;
}
.AnyTagClassName
{
color: #D9EB68;
}
</style>
background-color css
<style>
a { background-color: #D9EB68; }
a { background-color: rgb(217,235,104); }
div.DivClassName
{
background-color: #D9EB68;
}
.BgClassName
{
background-color: #D9EB68;
}
</style>
border-color css
<style>
span { border-color: #D9EB68; }
span { border-color: rgb(217,235,104); }
td.TdClassName
{
border-color: #D9EB68;
}
.TagClassName
{
border-color: #D9EB68;
}
</style>