Shades of Mindaro #D3E96A
Tints of Mindaro #D3E96A
RGB
CMYK
RGB Variations
Color information
#D3E96A (or 0xD3E96A) is known color: Mindaro. HEX triplet: D3, E9 and 6A. RGB value is (211,233,106). Sum of RGB (Red+Green+Blue) = 211+233+106=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E96A is #2C1695. Grayscale: #D4D4D4. Windows color (decimal): -2889366 or 7006675. OLE color: 7006675.
HSL color Cylindrical-coordinate representation of color #D3E96A: hue angle of 70.39º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3E96A is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 233 | 106 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.09 |
| HSL | 70.39º | 0.74% | 0.66% | - |
| HSV(B) | 70.39º | 0.55% | 0.91% | - |
| XYZ | 58.6 | 73.17 | 24.67 | - |
| YUV | 211.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 233 | 106 | 0.09 | 0 | 0.55 | 0.09 | 70.39 | 0.74 | 0.66 |
| Hex | D3 | E9 | 6A | 9 | 0 | 37 | 9 | 46 | 4A | 42 |
| Octal | 323 | 351 | 152 | 11 | 0 | 67 | 11 | 106 | 112 | 102 |
| Binary | 11010011 | 11101001 | 1101010 | 1001 | 0 | 110111 | 1001 | 1000110 | 1001010 | 1000010 |
Color Harmonies of #D3E96A
Complementary color
Monochromatic Colors of #D3E96A
Black with #D3E96A
Text Example
Text Example
White with #D3E96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E96A; }
p { color: rgb(211,233,106); }
H1.HeaderClassName
{
color: #D3E96A;
}
.AnyTagClassName
{
color: #D3E96A;
}
</style>
background-color css
<style>
a { background-color: #D3E96A; }
a { background-color: rgb(211,233,106); }
div.DivClassName
{
background-color: #D3E96A;
}
.BgClassName
{
background-color: #D3E96A;
}
</style>
border-color css
<style>
span { border-color: #D3E96A; }
span { border-color: rgb(211,233,106); }
td.TdClassName
{
border-color: #D3E96A;
}
.TagClassName
{
border-color: #D3E96A;
}
</style>