Shades of Mindaro #D6E268
Tints of Mindaro #D6E268
RGB
CMYK
RGB Variations
Color information
#D6E268 (or 0xD6E268) is known color: Mindaro. HEX triplet: D6, E2 and 68. RGB value is (214,226,104). Sum of RGB (Red+Green+Blue) = 214+226+104=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E268 is #291D97. Grayscale: #D0D0D0. Windows color (decimal): -2694552 or 6873814. OLE color: 6873814.
HSL color Cylindrical-coordinate representation of color #D6E268: hue angle of 65.9º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6E268 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 226 | 104 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.11 |
| HSL | 65.9º | 0.68% | 0.65% | - |
| HSV(B) | 65.9º | 0.54% | 0.89% | - |
| XYZ | 57.43 | 69.69 | 23.52 | - |
| YUV | 208.5 | 69.02 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 226 | 104 | 0.05 | 0 | 0.54 | 0.11 | 65.9 | 0.68 | 0.65 |
| Hex | D6 | E2 | 68 | 5 | 0 | 36 | B | 42 | 44 | 41 |
| Octal | 326 | 342 | 150 | 5 | 0 | 66 | 13 | 102 | 104 | 101 |
| Binary | 11010110 | 11100010 | 1101000 | 101 | 0 | 110110 | 1011 | 1000010 | 1000100 | 1000001 |
Color Harmonies of #D6E268
Complementary color
Monochromatic Colors of #D6E268
Black with #D6E268
Text Example
Text Example
White with #D6E268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E268; }
p { color: rgb(214,226,104); }
H1.HeaderClassName
{
color: #D6E268;
}
.AnyTagClassName
{
color: #D6E268;
}
</style>
background-color css
<style>
a { background-color: #D6E268; }
a { background-color: rgb(214,226,104); }
div.DivClassName
{
background-color: #D6E268;
}
.BgClassName
{
background-color: #D6E268;
}
</style>
border-color css
<style>
span { border-color: #D6E268; }
span { border-color: rgb(214,226,104); }
td.TdClassName
{
border-color: #D6E268;
}
.TagClassName
{
border-color: #D6E268;
}
</style>