Shades of Mindaro #D1EB65
Tints of Mindaro #D1EB65
RGB
CMYK
RGB Variations
Color information
#D1EB65 (or 0xD1EB65) is known color: Mindaro. HEX triplet: D1, EB and 65. RGB value is (209,235,101). Sum of RGB (Red+Green+Blue) = 209+235+101=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EB65 is #2E149A. Grayscale: #D4D4D4. Windows color (decimal): -3019931 or 6679505. OLE color: 6679505.
HSL color Cylindrical-coordinate representation of color #D1EB65: hue angle of 71.64º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1EB65 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 101 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.08 |
| HSL | 71.64º | 0.77% | 0.66% | - |
| HSV(B) | 71.64º | 0.57% | 0.92% | - |
| XYZ | 58.35 | 73.91 | 23.5 | - |
| YUV | 211.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 101 | 0.11 | 0 | 0.57 | 0.08 | 71.64 | 0.77 | 0.66 |
| Hex | D1 | EB | 65 | B | 0 | 39 | 8 | 48 | 4D | 42 |
| Octal | 321 | 353 | 145 | 13 | 0 | 71 | 10 | 110 | 115 | 102 |
| Binary | 11010001 | 11101011 | 1100101 | 1011 | 0 | 111001 | 1000 | 1001000 | 1001101 | 1000010 |
Color Harmonies of #D1EB65
Complementary color
Monochromatic Colors of #D1EB65
Black with #D1EB65
Text Example
Text Example
White with #D1EB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB65; }
p { color: rgb(209,235,101); }
H1.HeaderClassName
{
color: #D1EB65;
}
.AnyTagClassName
{
color: #D1EB65;
}
</style>
background-color css
<style>
a { background-color: #D1EB65; }
a { background-color: rgb(209,235,101); }
div.DivClassName
{
background-color: #D1EB65;
}
.BgClassName
{
background-color: #D1EB65;
}
</style>
border-color css
<style>
span { border-color: #D1EB65; }
span { border-color: rgb(209,235,101); }
td.TdClassName
{
border-color: #D1EB65;
}
.TagClassName
{
border-color: #D1EB65;
}
</style>