Shades of Mindaro #D9E665
Tints of Mindaro #D9E665
RGB
CMYK
RGB Variations
Color information
#D9E665 (or 0xD9E665) is known color: Mindaro. HEX triplet: D9, E6 and 65. RGB value is (217,230,101). Sum of RGB (Red+Green+Blue) = 217+230+101=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E665 is #26199A. Grayscale: #D3D3D3. Windows color (decimal): -2496923 or 6678233. OLE color: 6678233.
HSL color Cylindrical-coordinate representation of color #D9E665: hue angle of 66.05º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9E665 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 230 | 101 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.10 |
| HSL | 66.05º | 0.72% | 0.65% | - |
| HSV(B) | 66.05º | 0.56% | 0.9% | - |
| XYZ | 59.26 | 72.28 | 23.14 | - |
| YUV | 211.41 | 65.69 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 230 | 101 | 0.06 | 0 | 0.56 | 0.10 | 66.05 | 0.72 | 0.65 |
| Hex | D9 | E6 | 65 | 6 | 0 | 38 | A | 42 | 48 | 41 |
| Octal | 331 | 346 | 145 | 6 | 0 | 70 | 12 | 102 | 110 | 101 |
| Binary | 11011001 | 11100110 | 1100101 | 110 | 0 | 111000 | 1010 | 1000010 | 1001000 | 1000001 |
Color Harmonies of #D9E665
Complementary color
Monochromatic Colors of #D9E665
Black with #D9E665
Text Example
Text Example
White with #D9E665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E665; }
p { color: rgb(217,230,101); }
H1.HeaderClassName
{
color: #D9E665;
}
.AnyTagClassName
{
color: #D9E665;
}
</style>
background-color css
<style>
a { background-color: #D9E665; }
a { background-color: rgb(217,230,101); }
div.DivClassName
{
background-color: #D9E665;
}
.BgClassName
{
background-color: #D9E665;
}
</style>
border-color css
<style>
span { border-color: #D9E665; }
span { border-color: rgb(217,230,101); }
td.TdClassName
{
border-color: #D9E665;
}
.TagClassName
{
border-color: #D9E665;
}
</style>