Shades of Mindaro #D3EB67
Tints of Mindaro #D3EB67
RGB
CMYK
RGB Variations
Color information
#D3EB67 (or 0xD3EB67) is known color: Mindaro. HEX triplet: D3, EB and 67. RGB value is (211,235,103). Sum of RGB (Red+Green+Blue) = 211+235+103=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EB67 is #2C1498. Grayscale: #D5D5D5. Windows color (decimal): -2888857 or 6810579. OLE color: 6810579.
HSL color Cylindrical-coordinate representation of color #D3EB67: hue angle of 70.91º 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 #D3EB67 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 103 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.08 |
| HSL | 70.91º | 0.77% | 0.66% | - |
| HSV(B) | 70.91º | 0.56% | 0.92% | - |
| XYZ | 59.02 | 74.24 | 24.05 | - |
| YUV | 212.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 103 | 0.10 | 0 | 0.56 | 0.08 | 70.91 | 0.77 | 0.66 |
| Hex | D3 | EB | 67 | A | 0 | 38 | 8 | 47 | 4D | 42 |
| Octal | 323 | 353 | 147 | 12 | 0 | 70 | 10 | 107 | 115 | 102 |
| Binary | 11010011 | 11101011 | 1100111 | 1010 | 0 | 111000 | 1000 | 1000111 | 1001101 | 1000010 |
Color Harmonies of #D3EB67
Complementary color
Monochromatic Colors of #D3EB67
Black with #D3EB67
Text Example
Text Example
White with #D3EB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB67; }
p { color: rgb(211,235,103); }
H1.HeaderClassName
{
color: #D3EB67;
}
.AnyTagClassName
{
color: #D3EB67;
}
</style>
background-color css
<style>
a { background-color: #D3EB67; }
a { background-color: rgb(211,235,103); }
div.DivClassName
{
background-color: #D3EB67;
}
.BgClassName
{
background-color: #D3EB67;
}
</style>
border-color css
<style>
span { border-color: #D3EB67; }
span { border-color: rgb(211,235,103); }
td.TdClassName
{
border-color: #D3EB67;
}
.TagClassName
{
border-color: #D3EB67;
}
</style>