Shades of Mindaro #D6E46B
Tints of Mindaro #D6E46B
RGB
CMYK
RGB Variations
Color information
#D6E46B (or 0xD6E46B) is known color: Mindaro. HEX triplet: D6, E4 and 6B. RGB value is (214,228,107). Sum of RGB (Red+Green+Blue) = 214+228+107=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E46B is #291B94. Grayscale: #D2D2D2. Windows color (decimal): -2694037 or 7070934. OLE color: 7070934.
HSL color Cylindrical-coordinate representation of color #D6E46B: hue angle of 66.94º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6E46B is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 228 | 107 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.11 |
| HSL | 66.94º | 0.69% | 0.66% | - |
| HSV(B) | 66.94º | 0.53% | 0.89% | - |
| XYZ | 58.13 | 70.84 | 24.52 | - |
| YUV | 210.02 | 69.86 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 228 | 107 | 0.06 | 0 | 0.53 | 0.11 | 66.94 | 0.69 | 0.66 |
| Hex | D6 | E4 | 6B | 6 | 0 | 35 | B | 43 | 45 | 42 |
| Octal | 326 | 344 | 153 | 6 | 0 | 65 | 13 | 103 | 105 | 102 |
| Binary | 11010110 | 11100100 | 1101011 | 110 | 0 | 110101 | 1011 | 1000011 | 1000101 | 1000010 |
Color Harmonies of #D6E46B
Complementary color
Monochromatic Colors of #D6E46B
Black with #D6E46B
Text Example
Text Example
White with #D6E46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E46B; }
p { color: rgb(214,228,107); }
H1.HeaderClassName
{
color: #D6E46B;
}
.AnyTagClassName
{
color: #D6E46B;
}
</style>
background-color css
<style>
a { background-color: #D6E46B; }
a { background-color: rgb(214,228,107); }
div.DivClassName
{
background-color: #D6E46B;
}
.BgClassName
{
background-color: #D6E46B;
}
</style>
border-color css
<style>
span { border-color: #D6E46B; }
span { border-color: rgb(214,228,107); }
td.TdClassName
{
border-color: #D6E46B;
}
.TagClassName
{
border-color: #D6E46B;
}
</style>