Shades of Mindaro #D3E26A
Tints of Mindaro #D3E26A
RGB
CMYK
RGB Variations
Color information
#D3E26A (or 0xD3E26A) is known color: Mindaro. HEX triplet: D3, E2 and 6A. RGB value is (211,226,106). Sum of RGB (Red+Green+Blue) = 211+226+106=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E26A is #2C1D95. Grayscale: #D0D0D0. Windows color (decimal): -2891158 or 7004883. OLE color: 7004883.
HSL color Cylindrical-coordinate representation of color #D3E26A: hue angle of 67.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3E26A is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 226 | 106 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.11 |
| HSL | 67.5º | 0.67% | 0.65% | - |
| HSV(B) | 67.5º | 0.53% | 0.89% | - |
| XYZ | 56.66 | 69.28 | 24.02 | - |
| YUV | 207.84 | 70.53 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 106 | 0.07 | 0 | 0.53 | 0.11 | 67.5 | 0.67 | 0.65 |
| Hex | D3 | E2 | 6A | 7 | 0 | 35 | B | 44 | 43 | 41 |
| Octal | 323 | 342 | 152 | 7 | 0 | 65 | 13 | 104 | 103 | 101 |
| Binary | 11010011 | 11100010 | 1101010 | 111 | 0 | 110101 | 1011 | 1000100 | 1000011 | 1000001 |
Color Harmonies of #D3E26A
Complementary color
Monochromatic Colors of #D3E26A
Black with #D3E26A
Text Example
Text Example
White with #D3E26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E26A; }
p { color: rgb(211,226,106); }
H1.HeaderClassName
{
color: #D3E26A;
}
.AnyTagClassName
{
color: #D3E26A;
}
</style>
background-color css
<style>
a { background-color: #D3E26A; }
a { background-color: rgb(211,226,106); }
div.DivClassName
{
background-color: #D3E26A;
}
.BgClassName
{
background-color: #D3E26A;
}
</style>
border-color css
<style>
span { border-color: #D3E26A; }
span { border-color: rgb(211,226,106); }
td.TdClassName
{
border-color: #D3E26A;
}
.TagClassName
{
border-color: #D3E26A;
}
</style>